Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.servlet.ssm
Class WebContextManager

java.lang.Object
  extended by com.softwarementors.extjs.djn.servlet.ssm.WebContextManager

public class WebContextManager
extends java.lang.Object


Constructor Summary
WebContextManager()
           
 
Method Summary
static void attachWebContextToCurrentThread(WebContext context)
           
static void detachFromCurrentThread()
           
static WebContext get()
           
static WebContext initializeWebContextForCurrentThread(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static boolean isWebContextAttachedToCurrentThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContextManager

public WebContextManager()
Method Detail

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()

Copyright © 2008, 2009 Pedro Agulló Soliveres