Class BambooWebLabel
- java.lang.Object
-
- com.atlassian.plugin.web.model.AbstractWebItem
-
- com.atlassian.plugin.web.model.DefaultWebParam
-
- com.atlassian.plugin.web.model.DefaultWebLabel
-
- com.atlassian.bamboo.plugin.web.model.BambooWebLabel
-
- All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLabel
,com.atlassian.plugin.web.model.WebParam
public class BambooWebLabel extends com.atlassian.plugin.web.model.DefaultWebLabel
-
-
Constructor Summary
Constructors Constructor Description BambooWebLabel(org.dom4j.Element labelEl, com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper, com.atlassian.plugin.web.ContextProvider contextProvider, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayableLabel()
String
getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map context)
-
Methods inherited from class com.atlassian.plugin.web.model.DefaultWebParam
get, getParams, getRenderedParam
-
Methods inherited from class com.atlassian.plugin.web.model.AbstractWebItem
getContextMap, getDescriptor, getWebFragmentHelper
-
-
-
-
Constructor Detail
-
BambooWebLabel
public BambooWebLabel(org.dom4j.Element labelEl, com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper, com.atlassian.plugin.web.ContextProvider contextProvider, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor) throws com.atlassian.plugin.PluginParseException
- Throws:
com.atlassian.plugin.PluginParseException
-
-
Method Detail
-
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map context)
- Specified by:
getDisplayableLabel
in interfacecom.atlassian.plugin.web.model.WebLabel
- Overrides:
getDisplayableLabel
in classcom.atlassian.plugin.web.model.DefaultWebLabel
-
getDisplayableLabel
public String getDisplayableLabel()
-
-