spring-framework / org.springframework.web.servlet.view.tiles3 / SpringBeanPreparerFactory

SpringBeanPreparerFactory

open class SpringBeanPreparerFactory : 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.

Author
Juergen Hoeller

Since
3.2

See Also
SimpleSpringPreparerFactory

Constructors

<init>

SpringBeanPreparerFactory()

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.