Uses of Interface
net.anotheria.maf.action.Action

Packages that use Action
net.anotheria.maf.action   
net.anotheria.maf.builtin   
net.anotheria.maf.util   
 

Uses of Action in net.anotheria.maf.action
 

Classes in net.anotheria.maf.action that implement Action
 class AbstractAction
          Abstract action class which can be used as parent of all action classes.
 class ForwardAction
           
 

Methods in net.anotheria.maf.action that return Action
 Action ActionFactory.getInstanceOf(String actionType)
          Creates a new action for the given type.
 Action DefaultActionFactory.getInstanceOf(String actionType)
          Returns an instance of defined action type.
 

Method parameters in net.anotheria.maf.action with type arguments of type Action
 void ActionMappings.addMapping(String path, Class<? extends Action> type, ActionCommand... commands)
          Adds a mapping.
 void ActionMappings.addMapping(String path, Class<? extends Action> type, ActionForward... forwards)
          Adds an 1.0 style mapping.
 

Uses of Action in net.anotheria.maf.builtin
 

Classes in net.anotheria.maf.builtin that implement Action
 class ShowMappingsAction
           
 

Uses of Action in net.anotheria.maf.util
 

Methods in net.anotheria.maf.util with parameters of type Action
static FormBean FormObjectMapper.getModelObjectMapped(javax.servlet.http.HttpServletRequest req, Action action)
          Map http request to model object by action annotations.
 



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