Class SpringBeanPreparerFactory

  • All Implemented Interfaces:
    PreparerFactory

    @Deprecated
    public class SpringBeanPreparerFactory
    extends AbstractSpringPreparerFactory
    Deprecated.
    as of Spring 4.2, in favor of Tiles 3
    Tiles PreparerFactory implementation that expects preparer bean names and obtains preparer beans from the Spring ApplicationContext. The full bean creation process will be in the control of the Spring application context in this case, allowing for the use of scoped beans etc.

    NOTE: Tiles 2 support is deprecated in favor of Tiles 3 and will be removed as of Spring Framework 5.0..

    Since:
    2.5
    Author:
    Juergen Hoeller
    See Also:
    SimpleSpringPreparerFactory