In this page you can find a fast reference on configuring the various parts of Tiles. These configuration parameters can be used as context parameters of a web application, or as init parameters of servlets, filters or portlets.
org.apache.tiles.factory.TilesContainerFactory | Class name of the container factory |
org.apache.tiles.factory.TilesContainerFactory.MUTABLE | Flag to use a mutable container |
org.apache.tiles.context.TilesContextFactory | Tiles context factory class name |
org.apache.tiles.definition.DefinitionsFactory | Definitions factory class name |
org.apache.tiles.preparer.PreparerFactory | View preparer factory class name |
org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG | List of paths that contain Tiles definitions |
org.apache.tiles.context.ChainedTilesContextFactory.FACTORY_CLASS_NAMES | List of elementary factory class names |
org.apache.tiles.definition.digester.DigesterDefinitionsReader.PARSER_VALIDATE | Flag to deactivate XML parser validation |
org.apache.tiles.definition.DefinitionsReader | Definitions reader class name |
org.apache.tiles.locale.LocaleResolver | Locale resolver class name |
org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.KeyExtractor | Key extractor class name |
org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory.KEYS | List of keys to be used |
org.apache.tiles.DEFINITIONS_CONFIG@${key} | List of paths containing definitions for the given key |
Specifies the container factory class name to use.
Flag to use a mutable container.
Specifies the context factory class name to use.
Specifies the context factory class name to use.
Specifies the view preparer factory class name to use.
Specifies the list of files that contain the definitions.
Specifies the list of elementary Tiles context factory class names.
Specifies if the digester should validate input XML files.
Specifies the implementation of DefinitionsReader to use.
Specifies the implementation of LocaleResolver to use.
Specifies the implementation of KeyExtractor to use.
Specifies the list of keys to be used to assign a key to each Definitions Factory.
Specifies the list of files that contain the definitions for the corresponding ${key}.