|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.controller.RequestContextFactoryFinder
finds the RequestContextFactory
Constructor Summary | |
RequestContextFactoryFinder()
|
Method Summary | |
static RequestContext |
createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean threadLocal)
|
static RequestContextFactory |
findFactory(javax.servlet.http.HttpSession session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestContextFactoryFinder()
Method Detail |
public static RequestContextFactory findFactory(javax.servlet.http.HttpSession session)
public static RequestContext createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean threadLocal)
request
- response
- threadLocal
- if true, a thread local RequestContext variable is initialized. The thread
local may be accessed via RequestContext.instance() and must be cleaned up by the caller
via RequestContext.invalidate().RequestContext.instance()
,
RequestContext.invalidate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |