net.anotheria.moskitodemo.usecases.fibonacci.presentation.action
Class FibonacciCalculatorAction

java.lang.Object
  extended by net.anotheria.maf.action.AbstractAction
      extended by net.anotheria.moskitodemo.usecases.fibonacci.presentation.action.FibonacciCalculatorAction
All Implemented Interfaces:
net.anotheria.maf.action.Action

public class FibonacciCalculatorAction
extends net.anotheria.maf.action.AbstractAction


Constructor Summary
FibonacciCalculatorAction()
           
 
Method Summary
 net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping, net.anotheria.maf.bean.FormBean af, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
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

FibonacciCalculatorAction

public FibonacciCalculatorAction()
Method Detail

execute

public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping,
                                                      net.anotheria.maf.bean.FormBean af,
                                                      javax.servlet.http.HttpServletRequest req,
                                                      javax.servlet.http.HttpServletResponse res)
                                               throws Exception
Throws:
Exception


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