net.anotheria.maf.builtin
Class ShowMappingsAction
java.lang.Object
net.anotheria.maf.action.AbstractAction
net.anotheria.maf.builtin.ShowMappingsAction
- All Implemented Interfaces:
- Action
public class ShowMappingsAction
- extends AbstractAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowMappingsAction
public ShowMappingsAction()
execute
public ActionCommand execute(ActionMapping mapping,
FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws Exception
- 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 mappingformBean - backing beanreq - http requestres - http response
- Returns:
- a forward to another action or jsp for view rendering.
- Throws:
Exception - any exception
Copyright © 2010-2013 anotheria.net. All Rights Reserved.