public class

RequestContextParameterHolderImpl

extends Object
implements RequestContextParameterHolder
java.lang.Object
   ↳ com.atlassian.jira.util.velocity.RequestContextParameterHolderImpl

Class Overview

Default implementation of the RequestContextParameterHolder. Parameters will return null if the HttpRequest used to construct this class is null.

Summary

Public Constructors
RequestContextParameterHolderImpl(HttpServletRequest request)
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()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.velocity.RequestContextParameterHolder

Public Constructors

public RequestContextParameterHolderImpl (HttpServletRequest request)

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