Class ConfluenceWebLabel
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
-
- All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLabel,com.atlassian.plugin.web.model.WebParam
public class ConfluenceWebLabel extends Object implements com.atlassian.plugin.web.model.WebLabel
A confluence specific wrapper for theWebLabel
-
-
Constructor Summary
Constructors Constructor Description ConfluenceWebLabel(com.atlassian.plugin.web.model.WebLabel webLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptorgetDescriptor()StringgetDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)StringgetDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map params)StringgetKey()StringgetNoKeyValue()SortedMapgetParams()StringgetRenderedParam(String key, Map params)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfacecom.atlassian.plugin.web.model.WebLabel
-
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map params)
- Specified by:
getDisplayableLabelin interfacecom.atlassian.plugin.web.model.WebLabel
-
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
-
getParams
public SortedMap getParams()
- Specified by:
getParamsin interfacecom.atlassian.plugin.web.model.WebParam
-
get
public Object get(String key)
- Specified by:
getin interfacecom.atlassian.plugin.web.model.WebParam
-
getRenderedParam
public String getRenderedParam(String key, Map params)
- Specified by:
getRenderedParamin interfacecom.atlassian.plugin.web.model.WebParam
-
getDescriptor
public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
- Specified by:
getDescriptorin interfacecom.atlassian.plugin.web.model.WebParam
-
getNoKeyValue
public String getNoKeyValue()
- Specified by:
getNoKeyValuein interfacecom.atlassian.plugin.web.model.WebLabel
-
-