net.anotheria.maf.action
Class ForwardAction
java.lang.Object
net.anotheria.maf.action.AbstractAction
net.anotheria.maf.action.ForwardAction
- All Implemented Interfaces:
- Action
public class ForwardAction
- extends AbstractAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardAction
public ForwardAction()
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 mappingbean - backing beanreq - http requestres - http response
- Returns:
- a forward to another action or jsp for view rendering.
Copyright © 2010-2013 anotheria.net. All Rights Reserved.