com.atlassian.core.filters
Class ServletContextThreadLocal

java.lang.Object
  extended by com.atlassian.core.filters.ServletContextThreadLocal

public class ServletContextThreadLocal
extends Object


Constructor Summary
ServletContextThreadLocal()
           
 
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
 

Constructor Detail

ServletContextThreadLocal

public ServletContextThreadLocal()
Method Detail

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 © 2015 Atlassian. All rights reserved.