Uses of Class
net.anotheria.maf.action.ActionMapping

Packages that use ActionMapping
net.anotheria.maf.action   
net.anotheria.maf.builtin   
net.anotheria.maf.validation   
 

Uses of ActionMapping in net.anotheria.maf.action
 

Methods in net.anotheria.maf.action that return ActionMapping
 ActionMapping ActionMappings.findMapping(String actionPath)
           
 

Methods in net.anotheria.maf.action that return types with arguments of type ActionMapping
 Map<String,ActionMapping> ActionMappings.getMappings()
           
 

Methods in net.anotheria.maf.action with parameters of type ActionMapping
 ActionCommand Action.execute(ActionMapping mapping, FormBean formBean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called by the framework.
 ActionCommand ForwardAction.execute(ActionMapping mapping, FormBean bean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void Action.postProcess(ActionMapping mapping, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called by the framework after call to the execute.
 void AbstractAction.postProcess(ActionMapping mapping, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void Action.preProcess(ActionMapping mapping, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called by the framework prior to call to the execute.
 void AbstractAction.preProcess(ActionMapping mapping, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 

Uses of ActionMapping in net.anotheria.maf.builtin
 

Methods in net.anotheria.maf.builtin with parameters of type ActionMapping
 ActionCommand ShowMappingsAction.execute(ActionMapping mapping, FormBean formBean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 

Uses of ActionMapping in net.anotheria.maf.validation
 

Methods in net.anotheria.maf.validation with parameters of type ActionMapping
 ActionCommand ValidationAware.executeOnValidationError(ActionMapping mapping, FormBean formBean, List<ValidationError> errors, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called instead of execute if the validation framework encountered an error.
 



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