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.definition.dao.LocaleUrlDefinitionDAO.CHECK_REFRESH | Flag to enable automatic refresh check |
org.apache.tiles.context.ChainedTilesApplicationContextFactory.FACTORY_CLASS_NAMES | List of elementary application factory class names |
org.apache.tiles.context.ChainedTilesRequestContextFactory.FACTORY_CLASS_NAMES | List of elementary request 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.startup.BasicTilesInitializer.CONTAINER_KEY | Container key |
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 |
The following configuration parameters are deprecated:
Specifies the application context factory class name to use.
Specifies the request context factory class name to use.
Specifies the container factory class name to use.
Flag to use a mutable container.
Specifies the context factory class name to use.
Specifies the attribute evaluator class name to use.
Specifies the view preparer factory class name to use.
Specify the class of the attribute renderer factory to use.
Specifies the named attribute renderers that can be used.
Specifies the named attribute renderers that can be used.
Specifies the list of files that contain the definitions.
Flag that indicates whether to auto-refresh definitions when definition files are modified.
Specifies the list of elementary Tiles application context factory class names.
Specifies the list of elementary Tiles request 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 key under which the Tiles container will be stored.
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}.