TilesInitializerpublic class ModularTilesInitializer extends java.lang.Object implements TilesInitializer
TilesInitializer.
After that, initializes all found initializers, one by one. When the
destroy() method is called, all the initializers are then destroyed.| Constructor | Description |
|---|---|
ModularTilesInitializer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
Destroys the Tiles container.
|
void |
initialize(org.apache.tiles.request.ApplicationContext preliminaryContext) |
Initializes Tiles.
|
public void initialize(org.apache.tiles.request.ApplicationContext preliminaryContext)
initialize in interface TilesInitializerpreliminaryContext - The preliminary application context to use. It
will be overwritten with the real instance later. Use a context usable
under your current environment, like ServletTilesApplicationContext or
PortletTilesApplicationContext.public void destroy()
destroy in interface TilesInitializerCopyright © 2018. All rights reserved.