com.softwarementors.extjs.djn.servlet.ssm
Class WebContextManager
java.lang.Object
com.softwarementors.extjs.djn.servlet.ssm.WebContextManager
public class WebContextManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContextManager
public WebContextManager()
get
public static WebContext get()
attachWebContextToCurrentThread
public static void attachWebContextToCurrentThread(WebContext context)
detachFromCurrentThread
public static void detachFromCurrentThread()
initializeWebContextForCurrentThread
public static WebContext initializeWebContextForCurrentThread(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
isWebContextAttachedToCurrentThread
public static boolean isWebContextAttachedToCurrentThread()