Interface SettableWebLink
- All Superinterfaces:
com.atlassian.plugin.web.model.WebLink
- All Known Implementing Classes:
ConfluenceWebLink
public interface SettableWebLink
extends com.atlassian.plugin.web.model.WebLink
Defines a setter for a weblink
- Since:
- 2.7.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLink
(com.atlassian.plugin.web.model.WebLink link) Provides a method to pass aWebLink
.Methods inherited from interface com.atlassian.plugin.web.model.WebLink
getAccessKey, getDescriptor, getDisplayableUrl, getId, getRenderedUrl, hasAccessKey
-
Method Details
-
setLink
void setLink(com.atlassian.plugin.web.model.WebLink link) Provides a method to pass aWebLink
.- Parameters:
link
- the link for this WebLink
-