public class ServletContextThreadLocal extends Object
| Constructor and Description |
|---|
ServletContextThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.ServletContext |
getContext() |
static javax.servlet.http.HttpServletRequest |
getRequest() |
static javax.servlet.http.HttpServletResponse |
getResponse() |
static void |
setRequest(javax.servlet.http.HttpServletRequest httpRequest)
Deprecated.
since 2.16. This method is not longer a part of public API and
should not be used from outside of
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided. |
static void |
setResponse(javax.servlet.http.HttpServletResponse httpResponse)
Deprecated.
since 2.18. This method is not longer a part of public API and
should not be used from outside of
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided. |
public static javax.servlet.ServletContext getContext()
public static javax.servlet.http.HttpServletRequest getRequest()
public static void setRequest(javax.servlet.http.HttpServletRequest httpRequest)
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided.httpRequest - the requestpublic static void setResponse(javax.servlet.http.HttpServletResponse httpResponse)
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided.httpResponse - the responsepublic static javax.servlet.http.HttpServletResponse getResponse()
Copyright © 2018 Atlassian. All rights reserved.