|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionMethodResponse | |
|---|---|
| org.codehaus.waffle.action | |
| org.codehaus.waffle.monitor | |
| Uses of ActionMethodResponse in org.codehaus.waffle.action |
|---|
| Methods in org.codehaus.waffle.action with parameters of type ActionMethodResponse | |
|---|---|
void |
InterceptingActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
If no 'action method' exists in the request parameter a View will be created with the Action's name. |
void |
ActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse,
ControllerDefinition controllerDefinition)
Invoke the action method |
void |
DefaultActionMethodResponseHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMethodResponse actionMethodResponse)
|
void |
ActionMethodResponseHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMethodResponse actionMethodResponse)
Handles response from an action method invocation. |
| Uses of ActionMethodResponse in org.codehaus.waffle.monitor |
|---|
| Methods in org.codehaus.waffle.monitor with parameters of type ActionMethodResponse | |
|---|---|
void |
ActionMonitor.actionMethodExecuted(ActionMethodResponse actionMethodResponse)
|
void |
AbstractWritingMonitor.actionMethodExecuted(ActionMethodResponse actionMethodResponse)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||