com.atlassian.plugin.web.model
Class DefaultWebLabel
java.lang.Object
com.atlassian.plugin.web.model.AbstractWebItem
com.atlassian.plugin.web.model.DefaultWebParam
com.atlassian.plugin.web.model.DefaultWebLabel
- All Implemented Interfaces:
- WebLabel, WebParam
public class DefaultWebLabel
- extends DefaultWebParam
- implements WebLabel
A simple bean to represent labels in the web interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWebLabel
public DefaultWebLabel(org.dom4j.Element labelEl,
WebFragmentHelper webFragmentHelper,
ContextProvider contextProvider,
WebFragmentModuleDescriptor descriptor)
throws PluginParseException
- Throws:
PluginParseException
getKey
public String getKey()
- Specified by:
getKey in interface WebLabel
getNoKeyValue
public String getNoKeyValue()
- Specified by:
getNoKeyValue in interface WebLabel
getDisplayableLabel
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
Map<String,Object> origContext)
- Specified by:
getDisplayableLabel in interface WebLabel
Copyright © 2011 Atlassian. All Rights Reserved.