Package org.apache.tiles.definition
It contains classes and interfaces to allow manipulations of "definitions", i.e.
objects made of a template page and a number of filled attributes.
-
Interface Summary Interface Description DefinitionsFactory Interface for creating aDefinition
s and managing their contents.DefinitionsReader Interface for reading
from a source.Definition
RefreshMonitor Implementing this interface means that the object monitors the sources it uses to check when they change. -
Class Summary Class Description LocaleDefinitionsFactory DefinitionsFactory
implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..UnresolvingLocaleDefinitionsFactory DefinitionsFactory
implementation that manages Definitions configuration data from URLs, without resolving definition inheritance when a definition is returned. -
Exception Summary Exception Description DefinitionsFactoryException Exception thrown when an error occurs while the impl tries to create a new instance mapper.FactoryNotFoundException Exception thrown when definitions impl is not found.NoSuchDefinitionException Exception thrown when a definition is not found.