Uses of Class
org.springframework.webflow.engine.builder.FlowBuilderException

Packages that use FlowBuilderException
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
 

Uses of FlowBuilderException in org.springframework.webflow.engine.builder
 

Methods in org.springframework.webflow.engine.builder that throw FlowBuilderException
 Flow FlowAssembler.assembleFlow()
          Assembles the flow, directing the construction process by delegating to the configured FlowBuilder.
protected  void RefreshableFlowDefinitionHolder.assembleFlow()
          Assemble the held flow definition, delegating to the configured FlowAssembler (director).
 void BaseFlowBuilder.buildEndActions()
           
 void FlowBuilder.buildEndActions()
          Builds any end actions to execute when the flow ends.
 void BaseFlowBuilder.buildExceptionHandlers()
           
 void FlowBuilder.buildExceptionHandlers()
          Creates and adds all exception handlers to the flow built by this builder.
 void BaseFlowBuilder.buildGlobalTransitions()
           
 void FlowBuilder.buildGlobalTransitions()
          Builds any transitions shared by all states of the flow.
 void BaseFlowBuilder.buildInlineFlows()
           
 void FlowBuilder.buildInlineFlows()
          Builds any "in-line" flows encapsulated by the flow.
 void BaseFlowBuilder.buildInputMapper()
           
 void FlowBuilder.buildInputMapper()
          Builds the input mapper responsible for mapping flow input on start.
 void BaseFlowBuilder.buildOutputMapper()
           
 void FlowBuilder.buildOutputMapper()
          Builds the output mapper responsible for mapping flow output on end.
 void BaseFlowBuilder.buildStartActions()
           
 void FlowBuilder.buildStartActions()
          Builds any start actions to execute when the flow starts.
abstract  void BaseFlowBuilder.buildStates()
           
 void FlowBuilder.buildStates()
          Builds the states of the flow.
 void BaseFlowBuilder.buildVariables()
           
 void FlowBuilder.buildVariables()
          Builds any variables initialized by the flow when it starts.
protected  void FlowAssembler.directAssembly()
          Build all parts of the flow by directing flow assembly by the flow builder.
abstract  void BaseFlowBuilder.init(java.lang.String flowId, AttributeMap attributes)
           
 void FlowBuilder.init(java.lang.String flowId, AttributeMap attributes)
          Initialize this builder.
 void AbstractFlowBuilder.init(java.lang.String flowId, AttributeMap attributes)
           
 void RefreshableFlowDefinitionHolder.refresh()
           
 

Uses of FlowBuilderException in org.springframework.webflow.engine.builder.xml
 

Methods in org.springframework.webflow.engine.builder.xml that throw FlowBuilderException
 void XmlFlowBuilder.buildEndActions()
           
 void XmlFlowBuilder.buildExceptionHandlers()
           
 void XmlFlowBuilder.buildGlobalTransitions()
           
 void XmlFlowBuilder.buildInlineFlows()
           
 void XmlFlowBuilder.buildInputMapper()
           
 void XmlFlowBuilder.buildOutputMapper()
           
 void XmlFlowBuilder.buildStartActions()
           
 void XmlFlowBuilder.buildStates()
           
 void XmlFlowBuilder.buildVariables()
           
 void XmlFlowBuilder.init(java.lang.String id, AttributeMap attributes)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.