This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.tiles.definition (Tiles 2 2.1.4 API)

Uses of Package
org.apache.tiles.definition

Packages that use org.apache.tiles.definition
org.apache.tiles.compat.definition.digester Contains code to read old-format Tiles definition files. 
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. 
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.factory Factory classes, to allow creation of container instances. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.impl.mgmt It contains the basic implementations of mutable Tiles containers. 
 

Classes in org.apache.tiles.definition used by org.apache.tiles.compat.definition.digester
DefinitionsReader
          Interface for reading Definition from a source.
 

Classes in org.apache.tiles.definition used by org.apache.tiles.definition
Definitions
          Deprecated. This interface is never used, except in the deprecated class DefinitionsImpl.
DefinitionsFactory
          Interface for creating a Definitions object and managing its contents.
DefinitionsFactoryException
          Exception thrown when an error occurs while the impl tries to create a new instance mapper.
DefinitionsReader
          Interface for reading Definition from a source.
LocaleDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
Refreshable
          Indicates support for reloading Tiles configuration when it changes.
RefreshMonitor
          Implementing this interface means that the object monitors the sources it uses to check when they change.
 

Classes in org.apache.tiles.definition used by org.apache.tiles.definition.dao
DefinitionsReader
          Interface for reading Definition from a source.
Refreshable
          Indicates support for reloading Tiles configuration when it changes.
RefreshMonitor
          Implementing this interface means that the object monitors the sources it uses to check when they change.
 

Classes in org.apache.tiles.definition used by org.apache.tiles.definition.digester
DefinitionsReader
          Interface for reading Definition from a source.
 

Classes in org.apache.tiles.definition used by org.apache.tiles.factory
DefinitionsFactory
          Interface for creating a Definitions object and managing its contents.
DefinitionsReader
          Interface for reading Definition from a source.
LocaleDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
 

Classes in org.apache.tiles.definition used by org.apache.tiles.impl
DefinitionsFactory
          Interface for creating a Definitions object and managing its contents.
 

Classes in org.apache.tiles.definition used by org.apache.tiles.impl.mgmt
DefinitionsFactory
          Interface for creating a Definitions object and managing its contents.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.