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 Object
get(String s)
com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getDescriptor()
String
getDisplayableLabel(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)
String
getKey()
String
getNoKeyValue()
SortedMap<String,String>
getParams()
String
getRenderedParam(String s, Map<String,Object> map)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfacecom.atlassian.plugin.web.model.WebLabel
-
getNoKeyValue
public String getNoKeyValue()
- Specified by:
getNoKeyValue
in interfacecom.atlassian.plugin.web.model.WebLabel
-
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)
- Specified by:
getDisplayableLabel
in interfacecom.atlassian.plugin.web.model.WebLabel
-
getParams
public SortedMap<String,String> getParams()
- Specified by:
getParams
in interfacecom.atlassian.plugin.web.model.WebParam
-
get
public Object get(String s)
- Specified by:
get
in interfacecom.atlassian.plugin.web.model.WebParam
-
getRenderedParam
public String getRenderedParam(String s, Map<String,Object> map)
- Specified by:
getRenderedParam
in interfacecom.atlassian.plugin.web.model.WebParam
-
getDescriptor
public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfacecom.atlassian.plugin.web.model.WebParam
-
-