类 SpringBeanPreparerFactory

  • 所有已实现的接口:
    PreparerFactory

    @Deprecated
    public class SpringBeanPreparerFactory
    extends AbstractSpringPreparerFactory
    已过时。
    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..

    从以下版本开始:
    2.5
    作者:
    Juergen Hoeller
    另请参阅:
    SimpleSpringPreparerFactory