|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.action.InterceptingActionMethodExecutor
public class InterceptingActionMethodExecutor
Implementation of action method executor, which uses an interceptor chain.
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 |
---|
public InterceptingActionMethodExecutor(ActionMonitor actionMonitor)
Method Detail |
---|
public void execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition) throws ActionMethodInvocationException
execute
in interface ActionMethodExecutor
ActionMethodInvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |