public class

DefaultWebLabel

extends DefaultWebParam
implements WebLabel
java.lang.Object
   ↳ com.atlassian.plugin.web.model.AbstractWebItem
     ↳ com.atlassian.plugin.web.model.DefaultWebParam
       ↳ com.atlassian.plugin.web.model.DefaultWebLabel

Class Overview

A simple bean to represent labels in the web interface.

Summary

[Expand]
Inherited Fields
From class com.atlassian.plugin.web.model.DefaultWebParam
Public Constructors
DefaultWebLabel(Element labelEl, WebFragmentHelper webFragmentHelper, ContextProvider contextProvider, WebFragmentModuleDescriptor descriptor)
Public Methods
String getDisplayableLabel(HttpServletRequest req, Map<StringObject> origContext)
String getKey()
String getNoKeyValue()
[Expand]
Inherited Methods
From class com.atlassian.plugin.web.model.DefaultWebParam
From class com.atlassian.plugin.web.model.AbstractWebItem
From class java.lang.Object
From interface com.atlassian.plugin.web.model.WebLabel
From interface com.atlassian.plugin.web.model.WebParam

Public Constructors

public DefaultWebLabel (Element labelEl, WebFragmentHelper webFragmentHelper, ContextProvider contextProvider, WebFragmentModuleDescriptor descriptor)

Public Methods

public String getDisplayableLabel (HttpServletRequest req, Map<StringObject> origContext)

public String getKey ()

public String getNoKeyValue ()