Class SpringBeanPreparerFactory

  • All Implemented Interfaces:
    PreparerFactory

    public class SpringBeanPreparerFactory
    extends AbstractSpringPreparerFactory
    Tiles org.apache.tiles.preparer.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.
    Since:
    3.2
    Author:
    Juergen Hoeller
    See Also:
    SimpleSpringPreparerFactory