Interface | Description |
---|---|
ContextKeys | |
FieldVisibilityManager |
This is an interface for the old FieldVisibilityBean.
|
HttpServletVariables |
This component can provide the variables that a typical
HttpServlet would receive. |
Renderable |
Some renderable content that can be rendered by a render tag.
|
RequestParameterKeys |
Stores a number of constants used to reference keys in the HttpServletRequest.
|
ServletContextKeys |
Provides constants for referencing objects in the servlet context in JIRA.
|
SessionKeys | Deprecated
since 7.1 Storing information on the
HttpSession is not supported. |
Class | Description |
---|---|
CookieNames |
Names of HTTP cookies.
|
ExecutingHttpRequest |
This has a thread local that contains the currently executing
HttpServletRequest |
FieldVisibilityManagerImpl | |
HttpRequestLocal<T> |
Per-request variable (similar to
ThreadLocal , but request-scoped). |
HttpServletVariablesImpl |
An injectable alternative to ExecutingHttpRequest
|
JiraForwardAuthorizer | |
JiraMultipartRequestWrapper |
Wrapper class so that we can parse and replace special characters in the request params.
|
MockHttpServletVariables | |
ServletContextProvider |
A means to acquire the ServletContext.
|
ServletContextProviderListener |
The listener implementation to acquire and hold the ServletContext.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.