org.springframework.faces.webflow
Class JsfViewFactoryCreator
java.lang.Object
org.springframework.faces.webflow.JsfViewFactoryCreator
- All Implemented Interfaces:
- org.springframework.webflow.engine.builder.ViewFactoryCreator
public class JsfViewFactoryCreator
- extends java.lang.Object
- implements org.springframework.webflow.engine.builder.ViewFactoryCreator
A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
- Author:
- Jeremy Grelle
|
Method Summary |
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)
|
java.lang.String |
getViewIdByConvention(java.lang.String viewStateId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsfViewFactoryCreator
public JsfViewFactoryCreator()
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)
- Specified by:
createViewFactory in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
getViewIdByConvention
public java.lang.String getViewIdByConvention(java.lang.String viewStateId)
- Specified by:
getViewIdByConvention in interface org.springframework.webflow.engine.builder.ViewFactoryCreator