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

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

public class ConfluenceWebLabel
extends java.lang.Object
implements com.atlassian.plugin.web.model.WebLabel

A confluence specific wrapper for the WebLabel


Constructor Summary
ConfluenceWebLabel(com.atlassian.plugin.web.model.WebLabel webLabel)
           
 
Method Summary
 java.lang.Object get(java.lang.String key)
           
 com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
           
 java.lang.String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, java.util.Map params)
           
 java.lang.String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
           
 java.lang.String getKey()
           
 java.lang.String getNoKeyValue()
           
 java.util.SortedMap getParams()
           
 java.lang.String getRenderedParam(java.lang.String key, java.util.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(com.atlassian.plugin.web.model.WebLabel webLabel)
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface com.atlassian.plugin.web.model.WebLabel

getDisplayableLabel

public java.lang.String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
                                            java.util.Map params)
Specified by:
getDisplayableLabel in interface com.atlassian.plugin.web.model.WebLabel

getDisplayableLabel

public java.lang.String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
                                            WebInterfaceContext context)

getParams

public java.util.SortedMap getParams()
Specified by:
getParams in interface com.atlassian.plugin.web.model.WebParam

get

public java.lang.Object get(java.lang.String key)
Specified by:
get in interface com.atlassian.plugin.web.model.WebParam

getRenderedParam

public java.lang.String getRenderedParam(java.lang.String key,
                                         java.util.Map params)
Specified by:
getRenderedParam in interface com.atlassian.plugin.web.model.WebParam

getDescriptor

public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
Specified by:
getDescriptor in interface com.atlassian.plugin.web.model.WebParam

getNoKeyValue

public java.lang.String getNoKeyValue()
Specified by:
getNoKeyValue in interface com.atlassian.plugin.web.model.WebLabel


Copyright © 2003-2014 Atlassian. All Rights Reserved.