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