Class ListFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<List<Object>>
org.springframework.beans.factory.config.ListFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<List<Object>>, InitializingBean

public class ListFactoryBean extends AbstractFactoryBean<List<Object>>
Simple factory for shared List instances. Allows for central setup of Lists via the "list" element in XML bean definitions.
Since:
09.12.2003
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ListFactoryBean

      public ListFactoryBean()
  • Method Details