|
||||||||||
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
Default implementation of action method executor, which uses an interceptor chain.
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 |
---|
public InterceptingActionMethodExecutor()
Method Detail |
---|
public void execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition) throws MethodInvocationException
execute
in interface ActionMethodExecutor
MethodInvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |