com.atlassian.confluence.plugin.descriptor.web.model
Class ConfluenceWebLabel

java.lang.Object
  extended bycom.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebLabel
All Implemented Interfaces:
WebLabel, WebParam

public class ConfluenceWebLabel
extends Object
implements WebLabel

A confluence specific wrapper for the WebLabel


Constructor Summary
ConfluenceWebLabel(WebLabel webLabel)
           
 
Method Summary
 Object get(String key)
           
 WebFragmentModuleDescriptor getDescriptor()
           
 String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, GlobalHelper helper)
           
 String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map params)
           
 String getKey()
           
 String getNoKeyValue()
           
 SortedMap getParams()
           
 String getRenderedParam(String key, Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceWebLabel

public ConfluenceWebLabel(WebLabel webLabel)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface WebLabel

getDisplayableLabel

public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
                                  Map params)
Specified by:
getDisplayableLabel in interface WebLabel

getDisplayableLabel

public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
                                  GlobalHelper helper)

getParams

public SortedMap getParams()
Specified by:
getParams in interface WebParam

get

public Object get(String key)
Specified by:
get in interface WebParam

getRenderedParam

public String getRenderedParam(String key,
                               Map params)
Specified by:
getRenderedParam in interface WebParam

getDescriptor

public WebFragmentModuleDescriptor getDescriptor()
Specified by:
getDescriptor in interface WebParam

getNoKeyValue

public String getNoKeyValue()
Specified by:
getNoKeyValue in interface WebLabel


Confluence is developed by Atlassian.