|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WebContextFactory.WebContextBuilder
Class to enable us to access servlet parameters. This class is for internal use only.
Method Summary | |
---|---|
void |
disengageThread()
Unset the current ExecutionContext This method is only for use internally to DWR. |
void |
engageThread(Container container,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Make the current thread know what the current request is. |
void |
engageThread(WebContext webContext)
Make the current thread know what the current request is. |
WebContext |
get()
Accessor for the WebContext that is associated with this thread. |
Method Detail |
---|
WebContext get()
WebContextFactory.get()
void engageThread(Container container, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
container
- The IoC containerrequest
- The incoming http requestresponse
- The outgoing http replydisengageThread()
void engageThread(WebContext webContext)
disengageThread()
void disengageThread()
engageThread(Container, HttpServletRequest, HttpServletResponse)
|
Copyright ยจ 2008 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |