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.WebFragmentModuleDescriptor
getDisplayableUrl
(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:
getRenderedUrl
in interfacecom.atlassian.plugin.web.model.WebLink
-
getDisplayableUrl
public String getDisplayableUrl(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String, Object> map) - Specified by:
getDisplayableUrl
in interfacecom.atlassian.plugin.web.model.WebLink
-
hasAccessKey
public boolean hasAccessKey()- Specified by:
hasAccessKey
in interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey
- Specified by:
getAccessKey
in interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey
Deprecated.since 8.5.5, usegetAccessKey(Map)
instead. -
getId
- Specified by:
getId
in interfacecom.atlassian.plugin.web.model.WebLink
-
getDescriptor
public com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor getDescriptor()- Specified by:
getDescriptor
in interfacecom.atlassian.plugin.web.model.WebLink
-
getAccessKey(Map)
instead.