| com.atlassian.plugin.web.model.WebParam |
Known Indirect Subclasses
| DefaultWebLabel |
A simple bean to represent labels in the web interface. |
| DefaultWebParam |
Represents a sorted map of parameters. |
| WebLabel |
Represents a plain text, primarily used as a links name
|
|
Class Overview
Represents arbitrary number of key/value pairs
Public Methods
public
abstract
Object
get
(String key)
public
abstract
SortedMap<String, String>
getParams
()
public
abstract
String
getRenderedParam
(String paramKey, Map<String, Object> context)