This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.definition.Definitions (Tiles 2 2.1.4 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
          Deprecated. This class is, in fact, part of the implementation of UrlDefinitionsFactory and ResolvingLocaleUrlDefinitionDAO.
 

Methods in org.apache.tiles.definition that return Definitions
protected  Definitions UrlDefinitionsFactory.createDefinitions()
          Deprecated. Do not use! Deprecated with no replacement.
protected  Definitions UrlDefinitionsFactory.getDefinitions()
          Deprecated. Do not use! Deprecated with no replacement.
 Definitions DefinitionsFactory.readDefinitions()
          Deprecated. Let the Definitions Factory use it.
 Definitions LocaleDefinitionsFactory.readDefinitions()
          Deprecated. 
 Definitions UrlDefinitionsFactory.readDefinitions()
          Deprecated. Let the Definitions Factory use it.
 

Methods in org.apache.tiles.definition with parameters of type Definitions
protected  void UrlDefinitionsFactory.addDefinitions(Definitions definitions, TilesRequestContext tilesContext)
          Deprecated. Let the definitions be loaded by a DefinitionDAO.
 



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