Class ReadOnlyWebLink
java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
- All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAccessKey(GlobalHelper helper) Deprecated.getAccessKey(Map<String, Object> map) com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptorgetDisplayableUrl(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String, Object> map) getId()getRenderedUrl(Map<String, Object> map) boolean
-
Constructor Details
-
ReadOnlyWebLink
public ReadOnlyWebLink(com.atlassian.plugin.web.model.WebLink delegate)
-
-
Method Details
-
getRenderedUrl
- 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
- Specified by:
getAccessKeyin interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey
Deprecated.since 8.5.5, usegetAccessKey(Map)instead. -
getId
- Specified by:
getIdin interfacecom.atlassian.plugin.web.model.WebLink
-
getDescriptor
public com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor getDescriptor()- Specified by:
getDescriptorin interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey(Map)instead.