|
||||||||||
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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletConfig config,
javax.servlet.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(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletConfig config, javax.servlet.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)
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |