spring-framework / org.springframework.web.servlet.view.tiles3 / TilesConfigurer / setTilesInitializer

setTilesInitializer

open fun setTilesInitializer(tilesInitializer: TilesInitializer): Unit

Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.

Default is a variant of org.apache.tiles.startup.DefaultTilesInitializer, respecting the "definitions", "preparerFactoryClass" etc properties on this configurer.

NOTE: Specifying a custom TilesInitializer effectively disables all other bean properties on this configurer. The entire initialization procedure is then left to the TilesInitializer as specified.