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

Uses of Interface
org.apache.tiles.definition.Definitions

Packages that use Definitions
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. 
 

Uses of Definitions in org.apache.tiles.definition
 

Classes in org.apache.tiles.definition that implement Definitions
 class DefinitionsImpl
           
 

Methods in org.apache.tiles.definition that return Definitions
protected  Definitions UrlDefinitionsFactory.createDefinitions()
          Creates a new instance of Definitions.
protected  Definitions UrlDefinitionsFactory.getDefinitions()
          Returns the definitions holder object.
 Definitions DefinitionsFactory.readDefinitions()
          Creates and returns a Definitions set by reading configuration data from the applied sources.
 Definitions UrlDefinitionsFactory.readDefinitions()
          Creates and returns a Definitions set by reading configuration data from the applied sources.
 

Methods in org.apache.tiles.definition with parameters of type Definitions
protected  void UrlDefinitionsFactory.addDefinitions(Definitions definitions, TilesRequestContext tilesContext)
          Appends locale-specific Definition objects to an existing Definitions set by reading locale-specific versions of the applied sources.
 



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