org.apache.tiles.definition.dao | Classes to simply load definitions depending on a customization key. |
org.apache.tiles.definition.digester | Allows reading definitions with the use of Jakarta Commons Digester. |
org.apache.tiles.definition.pattern | Classes to manage pattern matching in definition names, and substitution in attributes. |
org.apache.tiles.definition.pattern.regexp | In Tiles it is possible to use regular expression patterns thanks to this package. |
org.apache.tiles.definition.pattern.wildcard | In Tiles it is possible to use wildcard patterns thanks to this package. |
org.apache.tiles.definition.util | Utility classes for definitions. |
Definitions | Interface for managing collections of Definition objects. | code | html |
DefinitionsFactory | Interface for creating a Definition s and managing their contents. | code | html |
DefinitionsReader | Interface for reading Definition from a source. |
code | html |
RefreshMonitor | Implementing this interface means that the object monitors the sources it uses to check when they change. | code | html |
Refreshable | Indicates support for reloading Tiles configuration when it changes. | code | html |
ReloadableDefinitionsFactory | Indicates support for reloading Tiles configuration when it changes in DefinitionsFactory . | code | html |
DefinitionsFactoryException | Exception thrown when an error occurs while the impl tries to create a new instance mapper. | code | html |
DefinitionsImpl | code | html | |
FactoryNotFoundException | Exception thrown when definitions impl is not found. | code | html |
LocaleDefinitionsFactory | DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned.. | code | html |
NoSuchDefinitionException | Exception thrown when a definition is not found. | code | html |
UnresolvingLocaleDefinitionsFactory | DefinitionsFactory implementation that manages
Definitions configuration data from URLs, without resolving definition
inheritance when a definition is returned.
The Definition objects are read from the DigesterDefinitionsReader class unless another implementation is specified. |
code | html |
UrlDefinitionsFactory | DefinitionsFactory implementation that manages Definitions configuration data from URLs, resolving inheritance when the URL is loaded. | code | html |
UrlDefinitionsFactory.CompatibilityDefinitionsImpl | Definitions implementation that uses a DefinitionDAO . | code | html |