org.codehaus.waffle.action
Class InterceptingActionMethodExecutor

java.lang.Object
  extended by org.codehaus.waffle.action.InterceptingActionMethodExecutor
All Implemented Interfaces:
ActionMethodExecutor

public class InterceptingActionMethodExecutor
extends java.lang.Object
implements ActionMethodExecutor

Implementation of action method executor, which uses an interceptor chain.

Author:
Michael Ward, Mauro Talevi

Constructor Summary
InterceptingActionMethodExecutor(ActionMonitor actionMonitor)
           
 
Method Summary
 void execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition)
          If no 'action method' exists in the request parameter a View will be created with the Action's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptingActionMethodExecutor

public InterceptingActionMethodExecutor(ActionMonitor actionMonitor)
Method Detail

execute

public void execute(ActionMethodResponse actionMethodResponse,
                    ControllerDefinition controllerDefinition)
             throws ActionMethodInvocationException
If no 'action method' exists in the request parameter a View will be created with the Action's name.

Specified by:
execute in interface ActionMethodExecutor
Throws:
ActionMethodInvocationException


Copyright © 2008. All Rights Reserved.