Package org.apache.tiles.extras.module
These classes allow to initialize independent module of Tiles.
-
Class Summary Class Description ModularTilesInitializer Loads Tiles modules, initializes them and destroy them at the end.
It loads all META-INF/MANIFEST.MF files, checks for the "Tiles-Initializer" property that must contain a valid class name of aTilesInitializer
.ModularTilesListener Tiles listener that executesModularTilesInitializer
.