Package org.eclnt.jsfserver.session
Class DefaultSessionDefaultsProvider
java.lang.Object
org.eclnt.jsfserver.session.DefaultSessionDefaultsProvider
- All Implemented Interfaces:
ISessionDefaultsProvider
Default implementation with "empty" default behavior. We recommend
to extend your implementation if
ISessionDefaultsProvider from this
class, because this one will provide some default behavior in case of extensions
of the interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration.
-
Constructor Details
-
DefaultSessionDefaultsProvider
public DefaultSessionDefaultsProvider()
-
-
Method Details
-
initializeSessionInfo
Description copied from interface:ISessionDefaultsProviderThis method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration. You may update the information in theSessionInfo-parameter.- Specified by:
initializeSessionInfoin interfaceISessionDefaultsProvider
-