|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionMethodResponseHandler | |
|---|---|
| org.codehaus.waffle | |
| org.codehaus.waffle.action | |
| org.codehaus.waffle.context.pico | |
| org.codehaus.waffle.servlet | |
| Uses of ActionMethodResponseHandler in org.codehaus.waffle |
|---|
| Methods in org.codehaus.waffle that return ActionMethodResponseHandler | |
|---|---|
ActionMethodResponseHandler |
ComponentRegistry.getActionMethodResponseHandler()
|
| Uses of ActionMethodResponseHandler in org.codehaus.waffle.action |
|---|
| Classes in org.codehaus.waffle.action that implement ActionMethodResponseHandler | |
|---|---|
class |
DefaultActionMethodResponseHandler
Handler that will make decisions based on what is returned from the action method: A View response will be directed (either redirected or forwarded) A ActionMethodException will set the response status and sends the message directly (perfect for ajax). Otherwise the response value will be sent directly to the browser as a String via Object.toString() method. |
| Uses of ActionMethodResponseHandler in org.codehaus.waffle.context.pico |
|---|
| Methods in org.codehaus.waffle.context.pico that return ActionMethodResponseHandler | |
|---|---|
ActionMethodResponseHandler |
PicoComponentRegistry.getActionMethodResponseHandler()
|
| Uses of ActionMethodResponseHandler in org.codehaus.waffle.servlet |
|---|
| Constructors in org.codehaus.waffle.servlet with parameters of type ActionMethodResponseHandler | |
|---|---|
WaffleServlet(ActionMethodExecutor actionMethodExecutor,
ActionMethodResponseHandler actionMethodResponseHandler,
ServletMonitor servletMonitor,
ControllerDataBinder controllerDataBinder,
ViewDataBinder viewDataBinder,
ControllerDefinitionFactory controllerDefinitionFactory,
Validator validator)
Constructor required by builder and useful for testing |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||