com.atlassian.plugin.web.model
Interface WebLabel

All Superinterfaces:
WebParam
All Known Implementing Classes:
DefaultWebLabel

public interface WebLabel
extends WebParam

Represents a plain text, primarily used as a links name


Method Summary
 String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map<String,Object> context)
           
 String getKey()
           
 String getNoKeyValue()
           
 
Methods inherited from interface com.atlassian.plugin.web.model.WebParam
get, getDescriptor, getParams, getRenderedParam
 

Method Detail

getKey

String getKey()

getNoKeyValue

String getNoKeyValue()

getDisplayableLabel

String getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
                           Map<String,Object> context)


Copyright © 2010 Atlassian. All Rights Reserved.