Uses of Class
org.codehaus.waffle.action.ActionMethodResponse

Packages that use ActionMethodResponse
org.codehaus.waffle.action   
org.codehaus.waffle.servlet   
 

Uses of ActionMethodResponse in org.codehaus.waffle.action
 

Methods in org.codehaus.waffle.action with parameters of type ActionMethodResponse
 void ActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition)
           
 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 ActionMethodResponseHandler.handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMethodResponse actionMethodResponse)
          Custom implementation of this interface will be able to act in response to the values returned from an ActionMethod.
 void DefaultActionMethodResponseHandler.handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMethodResponse actionMethodResponse)
           
 

Uses of ActionMethodResponse in org.codehaus.waffle.servlet
 

Methods in org.codehaus.waffle.servlet with parameters of type ActionMethodResponse
protected  void WaffleServlet.buildViewToReferrer(ControllerDefinition controllerDefinition, ActionMethodResponse actionMethodResponse)
          Build a view back to the referring page (use the Controller's name as the View name).
protected  void WaffleXMLServlet.buildViewToReferrer(ControllerDefinition controllerDefinition, ActionMethodResponse actionMethodResponse)
           
 



Copyright © 2007 null. All Rights Reserved.