|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nplus1.anduril.web.ContextManager
Class that is used to get data from the HTTP specific request and convert into a protocol independent context for processing. It provides methods for converting between the two formats.
| Constructor Summary | |
ContextManager()
|
|
| Method Summary | |
static RequestContext |
buildContext(javax.servlet.http.HttpServletRequest request)
Method to convert from HttpServletRequest to a RequestContext. |
static void |
updateRequest(RequestContext context,
javax.servlet.http.HttpServletRequest request)
Method to transfer data from RequestContext to HttpServletRequest. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContextManager()
| Method Detail |
public static RequestContext buildContext(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequest to convert
public static void updateRequest(RequestContext context,
javax.servlet.http.HttpServletRequest request)
context - the RequestContext data to put in the HTTP requestrequest - the HttpServletRequest to fill out with data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||