Package net.anotheria.maf.action

Interface Summary
Action An action is the base of the MAF.
ActionFactory Actionfactory is used to create action objects.
ActionMappingsConfigurator Interface for a helper class, that provides configuration of mappings.
 

Class Summary
AbstractAction Abstract action class which can be used as parent of all action classes.
ActionCommand A command that is returned by the action and signalizes to the maf filter what to do next.
ActionForward Return object of an action execution.
ActionMapping An action mapping is a combination of enter path for an action, class name of the class which executes the action and a map of possible forwards.
ActionMappings Configuration of the Framework.
CommandForward This commands sends forces the filter to execute a forward to the given path.
CommandRedirect This type of action command is used for redirects.
DefaultActionFactory A factory which creates action instances on the fly and manages created instances.
ForwardAction  
 

Exception Summary
AbortExecutionException Thrown by an action in order to indicate to the filter, that there is no need to proceed further.
ActionFactoryException  
 



Copyright © 2010-2013 anotheria.net. All Rights Reserved.