Class BeanFactoryVariableValueFactory

java.lang.Object
org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory
All Implemented Interfaces:
VariableValueFactory

public class BeanFactoryVariableValueFactory extends Object implements VariableValueFactory
A bean-factory backed variable value factory. Relies on an autowire-capable bean factory to wire variable value dependencies on value creation and restoration.
Author:
Keith Donald
  • Constructor Details

    • BeanFactoryVariableValueFactory

      public BeanFactoryVariableValueFactory(Class<?> type, org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory)
      Creates a new bean factory variable factory.
      Parameters:
      type - the variable class
      beanFactory - the bean factory that will create and restore variable instances.
  • Method Details