org.codehaus.waffle.action
Interface ActionMethodExecutor
- All Known Implementing Classes:
- InterceptingActionMethodExecutor
public interface ActionMethodExecutor
Responsible for executing (aka firing) the Action method on a controller object.
- Author:
- Michael Ward
execute
void execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
throws ActionMethodInvocationException
- Invoke the action method
- Parameters:
actionMethodResponse
- the response from the action methods invocationcontrollerDefinition
- the current controller definition
- Throws:
ActionMethodInvocationException
Copyright © 2008. All Rights Reserved.