Package org.talika.tarsis.command.action

This package contains all Action related classes.

See:
          Description

Interface Summary
Action Interface that defines a command action in Tarsis MVC Framework.
 

Class Summary
AbstractAction Base implementation of Action interface.
ActionSession This object serves as transport object for all instances of statefull actions for an user, instead of saving them individually in the user's session.
ActionWrapper This is a wrapper for statefull actions.
DefaultAction Default implementation of Action interface.
 

Exception Summary
ActionException Defines a general exception to be thrown when an action encounters difficulty.
UnrecoverableException Defines an exception that a action throws to indicate that it is permanently unavailable.
 

Package org.talika.tarsis.command.action Description

This package contains all Action related classes.



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.