org.jwarp.service.web.init
Interface IRequestInit
- All Superinterfaces:
- IConfigurable
- All Known Implementing Classes:
- RequestInit
- public interface IRequestInit
- extends IConfigurable
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
- Version:
- 1.01
- Author:
- A. Tresch, Martin Schaefer
- See Also:
org.jwarp.JavaWeb.app.AAppControler,
org.jwarp.JavaWeb.app.AAppControler#getSessionInitInstance
initRequest
public void initRequest(WebContext context)
throws InitializationException
- Parameters:
req - The web requestres - The http response- Returns:
- false if the request is handled finally.