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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.ViewFactorycreateViewFactory(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) getViewIdByConvention(String viewStateId)
-
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:
createViewFactoryin interfaceorg.springframework.webflow.engine.builder.ViewFactoryCreator
-
getViewIdByConvention
- Specified by:
getViewIdByConventionin interfaceorg.springframework.webflow.engine.builder.ViewFactoryCreator
-