Package org.springframework.webflow.config

Examples of org.springframework.webflow.config.FlowExecutorBuilder


   * Return a builder for creating a {@link FlowExecutor} instance.
   * @param flowRegistry the {@link FlowDefinitionRegistry} to configure on the flow executor
   * @return the created builder
   */
  protected FlowExecutorBuilder getFlowExecutorBuilder(FlowDefinitionLocator flowRegistry) {
    return new FlowExecutorBuilder(flowRegistry, this.applicationContext);
  }
View Full Code Here

TOP

Related Classes of org.springframework.webflow.config.FlowExecutorBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.