|
Expresso 5-5-0 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
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 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||