Expresso 5-5-0

Package com.jcorporate.expresso.core.controller.session

This package contains the interface PeristantSession and a number of implementations of this interface.

See:
          Description

Interface Summary
PersistentSession A PersistentSession is simply a place to stash some values between states of a controller object.
 

Class Summary
HTTPPersistentSession A HTTPPersistentSession is simply a place to stash some values between states of a controller object.
SimplePersistentSession This is an implementation of PersistentSession that is useful for command line usage.
 

Package com.jcorporate.expresso.core.controller.session Description

This package contains the interface PeristantSession and a number of implementations of this interface. PersistentSession is used by Controller objects to store information, either for a single sequence of operations or more permanantly. In a servlet environment, the HttpServletRequest attributes are used for temporary storage, and the HttpSession object for more Persistent storage.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.