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

Default implementation of action method executor, which uses an interceptor chain.

Author:
Michael Ward

Constructor Summary
InterceptingActionMethodExecutor()
           
 
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()
Method Detail

execute

public void execute(ActionMethodResponse actionMethodResponse,
                    ControllerDefinition controllerDefinition)
             throws MethodInvocationException
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:
MethodInvocationException


Copyright © 2007 null. All Rights Reserved.