Class ReadOnlyWebLabel
- java.lang.Object
 - 
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLabel
 
 
- 
- All Implemented Interfaces:
 com.atlassian.plugin.web.model.WebLabel,com.atlassian.plugin.web.model.WebParam
public class ReadOnlyWebLabel extends Object implements com.atlassian.plugin.web.model.WebLabel
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadOnlyWebLabel(com.atlassian.plugin.web.model.WebLabel delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String s)com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptorgetDescriptor()StringgetDisplayableLabel(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)StringgetKey()StringgetNoKeyValue()SortedMap<String,String>getParams()StringgetRenderedParam(String s, Map<String,Object> map) 
 - 
 
- 
- 
Method Detail
- 
getKey
public String getKey()
- Specified by:
 getKeyin interfacecom.atlassian.plugin.web.model.WebLabel
 
- 
getNoKeyValue
public String getNoKeyValue()
- Specified by:
 getNoKeyValuein interfacecom.atlassian.plugin.web.model.WebLabel
 
- 
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)
- Specified by:
 getDisplayableLabelin interfacecom.atlassian.plugin.web.model.WebLabel
 
- 
getParams
public SortedMap<String,String> getParams()
- Specified by:
 getParamsin interfacecom.atlassian.plugin.web.model.WebParam
 
- 
get
public Object get(String s)
- Specified by:
 getin interfacecom.atlassian.plugin.web.model.WebParam
 
- 
getRenderedParam
public String getRenderedParam(String s, Map<String,Object> map)
- 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
 
 - 
 
 -