|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.service.web.init.RequestInit
Class which incorporates the initialisation of a new session. By default only a new session is created,
but this can be changed by subclassing this class an changing the main servlets factorymethod
org.jwarp.JavaWeb.app.AAppControler,
org.jwarp.JavaWeb.app.AAppControler#getSessionInitInstance| Constructor Summary | |
RequestInit()
Creates a new session init instance. |
|
| Method Summary | |
void |
configure(org.jdom.Element config)
Configure the session init with the corresponding XML partial tree. |
void |
initRequest(WebContext context)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RequestInit()
| Method Detail |
public void configure(org.jdom.Element config)
throws ConfigurationException
configure in interface IConfigurableconfig - The XML tree
public void initRequest(WebContext context)
throws InitializationException
initRequest in interface IRequestInitorg.jwarp.service.web.init.IRequestInitreq - The web requestres - The http response
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||