Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.controller.session.PersistentSession

Packages that use PersistentSession
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.  
 

Uses of PersistentSession in com.jcorporate.expresso.core.controller
 

Methods in com.jcorporate.expresso.core.controller that return PersistentSession
 PersistentSession ControllerRequest.getSession()
          Returns the Persistant Session Wrapper object to store requests between environments.
 PersistentSession State.getSession()
           
 

Methods in com.jcorporate.expresso.core.controller with parameters of type PersistentSession
 void ControllerRequest.setSession(PersistentSession newSession)
          Provide the controller with a PersitentSession object, which it can use to hold values between invokations.
 

Uses of PersistentSession in com.jcorporate.expresso.core.controller.session
 

Classes in com.jcorporate.expresso.core.controller.session that implement PersistentSession
 class HTTPPersistentSession
          A HTTPPersistentSession is simply a place to stash some values between states of a controller object.
 class SimplePersistentSession
          This is an implementation of PersistentSession that is useful for command line usage.
 


Expresso 5-6

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