Package org.zkoss.spring.webflow.execution

Examples of org.zkoss.spring.webflow.execution.ZkFlowViewFactory


    setFlowViewResolver(flowViewResolver);
  }

  protected AbstractMvcViewFactory createMvcViewFactory(Expression viewId, ExpressionParser expressionParser,
      ConversionService conversionService, BinderConfiguration binderConfiguration) {
    return new ZkFlowViewFactory(viewId, flowViewResolver, expressionParser, conversionService,
          binderConfiguration);
  }
View Full Code Here

TOP

Related Classes of org.zkoss.spring.webflow.execution.ZkFlowViewFactory

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.