Uses of Interface
org.codehaus.waffle.action.ActionMethodResponseHandler

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
          This handler will make decisions based on what is returned from the action 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(ControllerDefinitionFactory controllerDefinitionFactory, DataBinder dataBinder, ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, Validator validator, RequestAttributeBinder requestAttributeBinder)
           
 



Copyright © 2007 null. All Rights Reserved.