public interface

RequestContextParameterHolder

com.atlassian.jira.util.velocity.RequestContextParameterHolder
Known Indirect Subclasses

Class Overview

Holder for various parameters stored in the HTTPRequest. This may be used to access certain request parameters 'safely' (i.e.: if the HttpRequest cannot be accessed directly).

Summary

Public Methods
Map getParameterMap()
Returns the same as getParameterMap()
String getQueryString()
Returns the same as getQueryString() )}
String getRequestURL()
Returns the same as getRequestURL() )}
String getServletPath()
Returns the same as getServletPath()

Public Methods

public Map getParameterMap ()

Returns the same as getParameterMap()

Returns

public String getQueryString ()

Returns the same as getQueryString() )}

Returns
  • queryString

public String getRequestURL ()

Returns the same as getRequestURL() )}

Returns
  • requestURL

public String getServletPath ()

Returns the same as getServletPath()

Returns
  • ServletPath