Package | Description |
---|---|
com.atlassian.jira.util.velocity | |
com.atlassian.jira.web.session |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionBackedVelocityRequestSession
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. |
Modifier and Type | Method and Description |
---|---|
VelocityRequestSession |
SimpleVelocityRequestContext.getSession() |
VelocityRequestSession |
VelocityRequestContext.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. |
Constructor and Description |
---|
SimpleVelocityRequestContext(String baseUrl,
String canonicalBaseUrl,
RequestContextParameterHolder requestContextParameterHolder,
VelocityRequestSession session) |
Constructor and Description |
---|
VelocityRequestSessionWrapper(VelocityRequestSession session)
Deprecated.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.