net.anotheria.maf.builtin
Class ShowMappingsAction

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

public class ShowMappingsAction
extends AbstractAction


Constructor Summary
ShowMappingsAction()
           
 
Method Summary
 ActionCommand execute(ActionMapping mapping, FormBean formBean, 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

ShowMappingsAction

public ShowMappingsAction()
Method Detail

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 mapping
formBean - backing bean
req - http request
res - 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.