Uses of Class
org.springframework.webflow.execution.support.ApplicationView

Packages that use ApplicationView
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
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. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Uses of ApplicationView in org.springframework.webflow.engine.support
 

Methods in org.springframework.webflow.engine.support that return ApplicationView
protected  ApplicationView ApplicationViewSelector.createApplicationView(java.lang.String viewName, RequestContext context)
          Creates the application view selection.
 

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

Methods in org.springframework.webflow.executor.struts with parameters of type ApplicationView
protected  org.apache.struts.action.ActionForward FlowAction.findForward(ApplicationView forward, org.apache.struts.action.ActionMapping mapping)
          Find an action forward for given application view.
 

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

Methods in org.springframework.webflow.executor.support with parameters of type ApplicationView
protected abstract  void ResponseInstructionHandler.handleApplicationView(ApplicationView view)
          Issue a response for given application view.
 

Uses of ApplicationView in org.springframework.webflow.test.execution
 

Methods in org.springframework.webflow.test.execution that return ApplicationView
protected  ApplicationView AbstractFlowExecutionTests.applicationView(ViewSelection viewSelection)
          Assert that the returned view selection is an instance of ApplicationView.
 

Methods in org.springframework.webflow.test.execution with parameters of type ApplicationView
protected  void AbstractFlowExecutionTests.assertModelAttributeCollectionSize(int expectedSize, java.lang.String attributeName, ApplicationView viewSelection)
          Assert that the selected view contains the specified collection model attribute with the provided expected size.
protected  void AbstractFlowExecutionTests.assertModelAttributeEquals(java.lang.Object expectedValue, java.lang.String attributeName, ApplicationView viewSelection)
          Assert that the selected view contains the specified model attribute with the provided expected value.
protected  void AbstractFlowExecutionTests.assertModelAttributeNotNull(java.lang.String attributeName, ApplicationView viewSelection)
          Assert that the selected view contains the specified model attribute.
protected  void AbstractFlowExecutionTests.assertModelAttributeNull(java.lang.String attributeName, ApplicationView viewSelection)
          Assert that the selected view does not contain the specified model attribute.
protected  void AbstractFlowExecutionTests.assertViewNameEquals(java.lang.String expectedViewName, ApplicationView viewSelection)
          Assert that the view name equals the provided value.
 



Copyright © 2009 Spring Framework. All Rights Reserved.