com.atlassian.confluence.plugin.descriptor.web.model
Class ConfluenceWebLabel
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
- All Implemented Interfaces:
- WebLabel, WebParam
public class ConfluenceWebLabel
- extends Object
- implements WebLabel
A confluence specific wrapper for the WebLabel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceWebLabel
public ConfluenceWebLabel(WebLabel webLabel)
getKey
public String getKey()
- Specified by:
getKey
in interface WebLabel
getDisplayableLabel
public String getDisplayableLabel(HttpServletRequest req,
Map params)
- Specified by:
getDisplayableLabel
in interface WebLabel
getDisplayableLabel
public String getDisplayableLabel(HttpServletRequest req,
WebInterfaceContext context)
getDisplayableLabel
public String getDisplayableLabel(HttpServletRequest req,
GlobalHelper helper)
- Deprecated. since 2.8 use
getDisplayableLabel(HttpServletRequest, WebInterfaceContext)
getParams
public SortedMap getParams()
- Specified by:
getParams
in interface WebParam
get
public Object get(String key)
- Specified by:
get
in interface WebParam
getRenderedParam
public String getRenderedParam(String key,
Map params)
- Specified by:
getRenderedParam
in interface WebParam
getDescriptor
public WebFragmentModuleDescriptor getDescriptor()
- Specified by:
getDescriptor
in interface WebParam
getNoKeyValue
public String getNoKeyValue()
- Specified by:
getNoKeyValue
in interface WebLabel