Class JsfViewFactoryCreator

java.lang.Object
org.springframework.faces.webflow.JsfViewFactoryCreator
All Implemented Interfaces:
org.springframework.webflow.engine.builder.ViewFactoryCreator

public class JsfViewFactoryCreator extends Object implements org.springframework.webflow.engine.builder.ViewFactoryCreator
A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
Author:
Jeremy Grelle
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.ViewFactory
    createViewFactory(org.springframework.binding.expression.Expression viewIdExpression, org.springframework.binding.expression.ExpressionParser expressionParser, org.springframework.binding.convert.ConversionService conversionService, org.springframework.webflow.engine.builder.BinderConfiguration binderConfiguration, org.springframework.validation.Validator validator, org.springframework.webflow.validation.ValidationHintResolver resolver)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsfViewFactoryCreator

      public JsfViewFactoryCreator()
  • Method Details

    • createViewFactory

      public org.springframework.webflow.execution.ViewFactory createViewFactory(org.springframework.binding.expression.Expression viewIdExpression, org.springframework.binding.expression.ExpressionParser expressionParser, org.springframework.binding.convert.ConversionService conversionService, org.springframework.webflow.engine.builder.BinderConfiguration binderConfiguration, org.springframework.validation.Validator validator, org.springframework.webflow.validation.ValidationHintResolver resolver)
      Specified by:
      createViewFactory in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
    • getViewIdByConvention

      public String getViewIdByConvention(String viewStateId)
      Specified by:
      getViewIdByConvention in interface org.springframework.webflow.engine.builder.ViewFactoryCreator