Spring Web Flow

Package org.springframework.webflow.engine.model.builder.xml

Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.

See:
          Description

Interface Summary
DocumentLoader A generic strategy interface encapsulating the logic to load an XML-based document.
 

Class Summary
DefaultDocumentLoader The default document loader strategy for XSD-based XML documents with validation enabled by default.
XmlFlowModelBuilder Builds a flow model from a XML-based flow definition resource.
 

Package org.springframework.webflow.engine.model.builder.xml Description

Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.

This package also contains the definition of the XML-based flow definition language, defined within spring-webflow-2.4.xsd. See this schema for a detailed description of language elements.


Spring Web Flow