com.atlassian.core.filters
Class ServletContextThreadLocal
java.lang.Object
com.atlassian.core.filters.ServletContextThreadLocal
- public class ServletContextThreadLocal
- extends java.lang.Object
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextThreadLocal
public ServletContextThreadLocal()
getContext
public static javax.servlet.ServletContext getContext()
getRequest
public static javax.servlet.http.HttpServletRequest getRequest()
setRequest
public 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.
- Parameters:
httpRequest -
getResponse
public static javax.servlet.http.HttpServletResponse getResponse()
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.