Uses of Class
org.springframework.webflow.executor.ResponseInstruction

Packages that use ResponseInstruction
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.mvc The integration layer between Spring Web Flow the Spring (Portlet) MVC framework. 
org.springframework.webflow.executor.struts The integration layer between Spring Web Flow and Struts 1.x. 
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
 

Uses of ResponseInstruction in org.springframework.webflow.executor
 

Methods in org.springframework.webflow.executor that return ResponseInstruction
 ResponseInstruction FlowExecutorImpl.launch(java.lang.String flowDefinitionId, ExternalContext context)
           
 ResponseInstruction FlowExecutor.launch(java.lang.String flowDefinitionId, ExternalContext context)
          Launch a new execution of identified flow definition in the context of the current external client request.
 ResponseInstruction FlowExecutorImpl.refresh(java.lang.String flowExecutionKey, ExternalContext context)
           
 ResponseInstruction FlowExecutor.refresh(java.lang.String flowExecutionKey, ExternalContext context)
          Reissue the last response instruction issued by the flow execution.
 ResponseInstruction FlowExecutorImpl.resume(java.lang.String flowExecutionKey, java.lang.String eventId, ExternalContext context)
           
 ResponseInstruction FlowExecutor.resume(java.lang.String flowExecutionKey, java.lang.String eventId, ExternalContext context)
          Resume an existing, paused flow execution by signaling an event against its current state.
 

Uses of ResponseInstruction in org.springframework.webflow.executor.mvc
 

Methods in org.springframework.webflow.executor.mvc with parameters of type ResponseInstruction
protected  org.springframework.web.portlet.ModelAndView PortletFlowController.toModelAndView(ResponseInstruction responseInstruction)
          Convert given response instruction into a Spring Portlet MVC model and view.
protected  org.springframework.web.servlet.ModelAndView FlowController.toModelAndView(ResponseInstruction responseInstruction, ExternalContext context)
          Create a ModelAndView object based on the information in the selected response instruction.
 

Uses of ResponseInstruction in org.springframework.webflow.executor.struts
 

Methods in org.springframework.webflow.executor.struts with parameters of type ResponseInstruction
protected  org.apache.struts.action.ActionForward FlowAction.toActionForward(ResponseInstruction responseInstruction, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ExternalContext context)
          Return a Struts ActionForward given a ResponseInstruction.
 

Uses of ResponseInstruction in org.springframework.webflow.executor.support
 

Methods in org.springframework.webflow.executor.support that return ResponseInstruction
 ResponseInstruction FlowRequestHandler.handleFlowRequest(ExternalContext context)
          Handle a request into the Spring Web Flow system from an external system.
 

Methods in org.springframework.webflow.executor.support with parameters of type ResponseInstruction
 ResponseInstructionHandler ResponseInstructionHandler.handle(ResponseInstruction responseInstruction)
          Issue a response for given response instruction.
 ResponseInstructionHandler ResponseInstructionHandler.handleQuietly(ResponseInstruction responseInstruction)
          Quietly issue a response for given response instruction, turning any Exception raised while handling the response instruction into a RuntimeException.
 



Copyright © 2009 Spring Framework. All Rights Reserved.