public class

ConfluenceWebLabel

extends Object
implements WebLabel
java.lang.Object
   ↳ com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel

Class Overview

A confluence specific wrapper for the WebLabel

Summary

Public Constructors
ConfluenceWebLabel(WebLabel webLabel)
Public Methods
Object get(String key)
WebFragmentModuleDescriptor getDescriptor()
@Deprecated String getDisplayableLabel(HttpServletRequest req, GlobalHelper helper)
This method is deprecated. since 2.8 use getDisplayableLabel(HttpServletRequest, WebInterfaceContext)
String getDisplayableLabel(HttpServletRequest req, WebInterfaceContext context)
String getDisplayableLabel(HttpServletRequest req, Map params)
String getKey()
String getNoKeyValue()
SortedMap getParams()
String getRenderedParam(String key, Map params)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.model.WebLabel
From interface com.atlassian.plugin.web.model.WebParam

Public Constructors

public ConfluenceWebLabel (WebLabel webLabel)

Public Methods

public Object get (String key)

public WebFragmentModuleDescriptor getDescriptor ()

@Deprecated public String getDisplayableLabel (HttpServletRequest req, GlobalHelper helper)

This method is deprecated.
since 2.8 use getDisplayableLabel(HttpServletRequest, WebInterfaceContext)

public String getDisplayableLabel (HttpServletRequest req, WebInterfaceContext context)

public String getDisplayableLabel (HttpServletRequest req, Map params)

public String getKey ()

public String getNoKeyValue ()

public SortedMap getParams ()

public String getRenderedParam (String key, Map params)