Examples of FlowExecutorBuilder


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
Copyright © 2018 www.massapi.com. 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.