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

Method Summary
 void initRequest(WebContext context)
           
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

initRequest

public void initRequest(WebContext context)
                 throws InitializationException
Parameters:
req - The web request
res - The http response
Returns:
false if the request is handled finally.

©   O R C A   S y s t e m s