Class ReadOnlyWebLink
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
-
- All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLink
public class ReadOnlyWebLink extends Object implements com.atlassian.plugin.web.model.WebLink
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebLink(com.atlassian.plugin.web.model.WebLink delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAccessKey(GlobalHelper helper)Deprecated.since 8.5.5, usegetAccessKey(Map)instead.StringgetAccessKey(Map<String,Object> map)com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptorgetDescriptor()StringgetDisplayableUrl(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)StringgetId()StringgetRenderedUrl(Map<String,Object> map)booleanhasAccessKey()
-
-
-
Method Detail
-
getRenderedUrl
public String getRenderedUrl(Map<String,Object> map)
- Specified by:
getRenderedUrlin interfacecom.atlassian.plugin.web.model.WebLink
-
getDisplayableUrl
public String getDisplayableUrl(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)
- Specified by:
getDisplayableUrlin interfacecom.atlassian.plugin.web.model.WebLink
-
hasAccessKey
public boolean hasAccessKey()
- Specified by:
hasAccessKeyin interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey
public String getAccessKey(Map<String,Object> map)
- Specified by:
getAccessKeyin interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey
@Deprecated public String getAccessKey(GlobalHelper helper)
Deprecated.since 8.5.5, usegetAccessKey(Map)instead.
-
getId
public String getId()
- Specified by:
getIdin interfacecom.atlassian.plugin.web.model.WebLink
-
getDescriptor
public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
- Specified by:
getDescriptorin interfacecom.atlassian.plugin.web.model.WebLink
-
-