public interface VelocityRequestContext
VelocityRequestContextFactory
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getCanonicalBaseUrl() |
String |
getRequestParameter(String name)
Convenience method to return the value from the requestParameter map stored with the name
parameter.
|
RequestContextParameterHolder |
getRequestParameters()
Returns a RequestContextParameterHolder with various HttpServletRequest parameters.
|
VelocityRequestSession |
getSession()
Deprecated.
since 7.1 Storing information on the
HttpSession is not supported. Please move the functionality to the frontend or other type of storage. This class will be removed in 8.0. |
String getBaseUrl()
String getCanonicalBaseUrl()
RequestContextParameterHolder getRequestParameters()
String getRequestParameter(String name)
name
- parameter name@Deprecated VelocityRequestSession getSession()
HttpSession
is not supported. Please move the functionality to the frontend or other type of storage. This class will be removed in 8.0.VelocityRequestSession
for the current user.
This will be null if you did not come in through a Http Request
Copyright © 2002-2022 Atlassian. All Rights Reserved.