| org.araneaframework.core.BaseService org.araneaframework.http.router.StandardHttpSessionRouterService
StandardHttpSessionRouterService | public class StandardHttpSessionRouterService extends BaseService (Code) | | Associates this service with the HttpSession. If a session does not exist, it is created.
Also handles the invalidation of the session.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org) author: Alar Kvell (alar@araneaframework.org) |
DESTROY_SESSION_PARAMETER_KEY | final public static String DESTROY_SESSION_PARAMETER_KEY(Code) | | The destroy parameter key in the request.
|
SESSION_SERVICE_KEY | final public static String SESSION_SERVICE_KEY(Code) | | The key of the service in the session.
|
SESSION_SYNC_OBJECT_KEY | final public static String SESSION_SYNC_OBJECT_KEY(Code) | | The key of the synchronization object in the session.
since: 1.1 |
SYNC_PARAMETER_KEY | final public static String SYNC_PARAMETER_KEY(Code) | | The synchronization parameter key in the request.
since: 1.1 |
action | protected void action(Path path, InputData input, OutputData output) throws Exception(Code) | | Routes an action to the service in the session. If the service does not exist,
it is created.
|
setSessionServiceFactory | public void setSessionServiceFactory(ServiceFactory factory)(Code) | | Sets the factory which is used to build the service if one does not exist in the session.
|
|
|