net.anotheria.maf.action
Class ForwardAction

java.lang.Object
  extended by net.anotheria.maf.action.AbstractAction
      extended by net.anotheria.maf.action.ForwardAction
All Implemented Interfaces:
Action

public class ForwardAction
extends AbstractAction


Constructor Summary
ForwardAction()
           
 
Method Summary
 ActionCommand execute(ActionMapping mapping, FormBean bean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called by the framework.
 
Methods inherited from class net.anotheria.maf.action.AbstractAction
postProcess, preProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardAction

public ForwardAction()
Method Detail

execute

public ActionCommand execute(ActionMapping mapping,
                             FormBean bean,
                             javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
Description copied from interface: Action
Called by the framework. This is the method where you implement controller-logic (mvc) in your action.

Parameters:
mapping - action mapping
bean - backing bean
req - http request
res - http response
Returns:
a forward to another action or jsp for view rendering.


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