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

Method Summary
 void execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition)
           
 

Method Detail

execute

void execute(ActionMethodResponse actionMethodResponse,
             ControllerDefinition controllerDefinition)
             throws ActionMethodInvocationException
Throws:
ActionMethodInvocationException


Copyright © 2008. All Rights Reserved.