net.anotheria.moskitodemo.counter.action
Class PaymentAction

java.lang.Object
  extended by net.anotheria.moskitodemo.counter.action.PaymentAction
All Implemented Interfaces:
net.anotheria.maf.action.Action

public class PaymentAction
extends Object
implements net.anotheria.maf.action.Action

This dummy action can be used to

Since:
19.11.12 13:23
Author:
lrosenberg

Constructor Summary
PaymentAction()
           
 
Method Summary
 net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping actionMapping, net.anotheria.maf.bean.FormBean formBean, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void postProcess(net.anotheria.maf.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void preProcess(net.anotheria.maf.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentAction

public PaymentAction()
Method Detail

preProcess

public void preProcess(net.anotheria.maf.action.ActionMapping actionMapping,
                       javax.servlet.http.HttpServletRequest httpServletRequest,
                       javax.servlet.http.HttpServletResponse httpServletResponse)
                throws Exception
Specified by:
preProcess in interface net.anotheria.maf.action.Action
Throws:
Exception

execute

public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping actionMapping,
                                                      net.anotheria.maf.bean.FormBean formBean,
                                                      javax.servlet.http.HttpServletRequest httpServletRequest,
                                                      javax.servlet.http.HttpServletResponse httpServletResponse)
                                               throws Exception
Specified by:
execute in interface net.anotheria.maf.action.Action
Throws:
Exception

postProcess

public void postProcess(net.anotheria.maf.action.ActionMapping actionMapping,
                        javax.servlet.http.HttpServletRequest httpServletRequest,
                        javax.servlet.http.HttpServletResponse httpServletResponse)
                 throws Exception
Specified by:
postProcess in interface net.anotheria.maf.action.Action
Throws:
Exception


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