com.atlassian.confluence.plugin.descriptor.web.model
Interface SettableWebLink

All Superinterfaces:
WebLink
All Known Implementing Classes:
ConfluenceWebLink

public interface SettableWebLink
extends WebLink

Defines a setter for a weblink

Since:
v2.7.1

Method Summary
 void setLink(WebLink link)
          Provides a method to pass a WebLink.
 
Methods inherited from interface com.atlassian.plugin.web.model.WebLink
getAccessKey, getDescriptor, getDisplayableUrl, getId, getRenderedUrl, hasAccessKey
 

Method Detail

setLink

void setLink(WebLink link)
Provides a method to pass a WebLink.

Parameters:
link - the link for this WebLink


Confluence is developed by Atlassian.