|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.service.web.init.SessionInit
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 | |
SessionInit()
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 |
initSession(WebContext context)
This function is called when a user the first time enters the aplpication. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public SessionInit()
| Method Detail |
public void configure(org.jdom.Element config)
throws ConfigurationException
configure in interface IConfigurableconfig - The XML tree
public void initSession(WebContext context)
throws InitializationException
ISessionInitinitSession in interface ISessionInitorg.jwarp.service.web.init.ISessionInitThe - web requestThe - web response
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||