Package com.almis.awe.service
Class SessionService
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.SessionService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Session service
- Author:
- pgarcia
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionParameter
(String name) Retrieve session parametervoid
setSessionParameter
(String name, String value) Store session parameter (as string)Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
SessionService
public SessionService()
-
-
Method Details
-
getSessionParameter
Retrieve session parameter- Parameters:
name
- Parameter name- Returns:
- Session parameter
-
setSessionParameter
Store session parameter (as string)- Parameters:
name
- Parameter namevalue
- Parameter value
-