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

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)
           
 



Copyright © 2008. All Rights Reserved.