java.lang.Object |
↳ |
com.atlassian.jira.plugin.webfragment.CacheableContextProviderDecorator |
Summary
Protected Methods |
HttpServletRequest
|
getRequest(Map<String, Object> context)
Method that retrieves the HttpServletRequest by the numerous methods that JIRA uses.
|
Public Constructors
Public Methods
Protected Methods
protected
HttpServletRequest
getRequest
(Map<String, Object> context)
Method that retrieves the HttpServletRequest by the numerous methods that JIRA uses. It tries to get it from: the
context passed in (jirahelper or request), then from ExecutingHttpRequest, and then from the ActionContext
Parameters
context
| the context passed into the getContextMap method. |