Class ReadOnlyWebParam
- java.lang.Object
 - 
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebParam
 
 
- 
- All Implemented Interfaces:
 com.atlassian.plugin.web.model.WebParam
public class ReadOnlyWebParam extends Object implements com.atlassian.plugin.web.model.WebParam
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadOnlyWebParam(com.atlassian.plugin.web.model.WebParam delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String s)com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptorgetDescriptor()SortedMap<String,String>getParams()StringgetRenderedParam(String s, Map<String,Object> map) 
 - 
 
- 
- 
Method Detail
- 
getParams
public SortedMap<String,String> getParams()
- Specified by:
 getParamsin interfacecom.atlassian.plugin.web.model.WebParam
 
- 
get
public Object get(String s)
- Specified by:
 getin interfacecom.atlassian.plugin.web.model.WebParam
 
- 
getRenderedParam
public String getRenderedParam(String s, Map<String,Object> map)
- Specified by:
 getRenderedParamin interfacecom.atlassian.plugin.web.model.WebParam
 
- 
getDescriptor
public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
- Specified by:
 getDescriptorin interfacecom.atlassian.plugin.web.model.WebParam
 
 - 
 
 -