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

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

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

Uses of DefinitionsReader in org.apache.tiles.compat.definition.digester
 

Classes in org.apache.tiles.compat.definition.digester that implement DefinitionsReader
 class CompatibilityDigesterDefinitionsReader
          Digester reader that can read Tiles 1.1, 1.2, 1.3, 1.4 and 2.0 files.
 

Uses of DefinitionsReader in org.apache.tiles.definition
 

Fields in org.apache.tiles.definition declared as DefinitionsReader
protected  DefinitionsReader UrlDefinitionsFactory.reader
          Deprecated. No more used.
 

Uses of DefinitionsReader in org.apache.tiles.definition.dao
 

Fields in org.apache.tiles.definition.dao declared as DefinitionsReader
protected  DefinitionsReader BaseLocaleUrlDefinitionDAO.reader
          Reader used to get definitions from the sources.
 

Methods in org.apache.tiles.definition.dao with parameters of type DefinitionsReader
 void BaseLocaleUrlDefinitionDAO.setReader(DefinitionsReader reader)
          Sets the definitions reader that will read the URLs.
 void URLReader.setReader(DefinitionsReader reader)
          Sets the definitions reader that will read the URLs.
 

Uses of DefinitionsReader in org.apache.tiles.definition.digester
 

Classes in org.apache.tiles.definition.digester that implement DefinitionsReader
 class DigesterDefinitionsReader
          Reads Definition objects from an XML InputStream using Digester.
 

Uses of DefinitionsReader in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory that return DefinitionsReader
protected  DefinitionsReader BasicTilesContainerFactory.createDefinitionsReader(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory)
          Creates the definitions reader.
 



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