com.atlassian.jira.util.velocity.VelocityRequestContext |
![]()
|
A context that allows for different implementations depending on whether it is running in the scope of a web request, or via email.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convenience method to return the value from the requestParameter map stored with the name
parameter.
| |||||||||||
Returns a RequestContextParameterHolder with various HttpServletRequest parameters.
| |||||||||||
Retrieve the
VelocityRequestSession for the current user. |
Convenience method to return the value from the requestParameter map stored with the name parameter.
name | parameter name |
---|
Returns a RequestContextParameterHolder with various HttpServletRequest parameters. This will be null if no HttpRequest is available.
Retrieve the VelocityRequestSession
for the current user.
This will be null if you did not come in through a Http Request