Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.

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 object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.

Controllers are the guts Expresso's logic system. You derive your own controller class from DBController to automatically get features such as built in per-state security.