com.atlassian.jira.plugin.webfragment.model
Class JiraWebParam

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.model.JiraWebParam
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebParam

public class JiraWebParam
extends Object
implements com.atlassian.plugin.web.model.WebParam

A jira specific wrapper for the DefaultWebParam


Constructor Summary
JiraWebParam(com.atlassian.plugin.web.model.WebParam webParam)
           
 
Method Summary
 Object get(String key)
           
 com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
           
 SortedMap getParams()
           
 String getRenderedParam(String paramKey, Map context)
           
 String getRenderedParam(String paramKey, com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebParam

public JiraWebParam(com.atlassian.plugin.web.model.WebParam webParam)
Method Detail

getParams

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

get

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

getRenderedParam

public String getRenderedParam(String paramKey,
                               com.atlassian.crowd.embedded.api.User user,
                               JiraHelper jiraHelper)

getRenderedParam

public String getRenderedParam(String paramKey,
                               Map context)
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


Copyright © 2002-2014 Atlassian. All Rights Reserved.