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()
Retrieve the
VelocityRequestSession for the current user. |
String getBaseUrl()
String getCanonicalBaseUrl()
RequestContextParameterHolder getRequestParameters()
String getRequestParameter(String name)
name
- parameter nameVelocityRequestSession getSession()
VelocityRequestSession
for the current user.
This will be null if you did not come in through a Http Request
Copyright © 2002-2015 Atlassian. All Rights Reserved.