|
|||||||||
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.
Method Summary | |
---|---|
WebContext |
get()
|
void |
set(HttpServletRequest request,
HttpServletResponse response,
ServletConfig config,
ServletContext context,
Container container)
Make the current thread know what the current request is. |
void |
unset()
Unset the current ExecutionContext This method is only for use internally to DWR. |
Method Detail |
---|
void set(HttpServletRequest request, HttpServletResponse response, ServletConfig config, ServletContext context, Container container)
request
- The incoming http requestresponse
- The outgoing http replyconfig
- The servlet configurationcontext
- The servlet contextcontainer
- The IoC containerunset()
WebContext get()
void unset()
set(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |