Expresso 5-6

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

Packages that use com.jcorporate.expresso.core.controller.session
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.controller.session This package contains the interface PeristantSession and a number of implementations of this interface.  
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
 

Classes in com.jcorporate.expresso.core.controller.session used by com.jcorporate.expresso.core.controller
PersistentSession
          A PersistentSession is simply a place to stash some values between states of a controller object.
 

Classes in com.jcorporate.expresso.core.controller.session used by com.jcorporate.expresso.core.controller.session
PersistentSession
          A PersistentSession is simply a place to stash some values between states of a controller object.
 

Classes in com.jcorporate.expresso.core.controller.session used by com.jcorporate.expresso.services.controller.dbmaint
HTTPPersistentSession
          A HTTPPersistentSession is simply a place to stash some values between states of a controller object.
 


Expresso 5-6

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