Package org.apache.tiles.definition

It contains classes and interfaces to allow manipulations of "definitions", i.e.

See:
          Description

Interface Summary
Definitions Interface for managing collections of Definition objects.
DefinitionsFactory Interface for creating a Definitions object and managing its contents.
DefinitionsReader Interface for reading Definition from a source.
ReloadableDefinitionsFactory Indicates support for reloading Tiles configuration when it changes.
 

Class Summary
DefinitionsImpl  
UrlDefinitionsFactory DefinitionsFactory implementation that manages Definitions configuration data from URLs.
 

Exception Summary
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.
 

Package org.apache.tiles.definition Description

It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes.