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

Uses of Package
org.apache.tiles.definition.dao

Packages that use org.apache.tiles.definition.dao
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.factory Factory classes, to allow creation of container instances. 
 

Classes in org.apache.tiles.definition.dao used by org.apache.tiles.definition
DefinitionDAO
          It represents an object that provides definitions, depending on a customization key.
 

Classes in org.apache.tiles.definition.dao used by org.apache.tiles.definition.dao
BaseLocaleUrlDefinitionDAO
          Base abstract class for a DAO that is based on URLs and locale as a customization key.
CachingLocaleUrlDefinitionDAO
           A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e. with inheritance that is not resolved).
CachingLocaleUrlDefinitionDAO.WildcardMapping
          Maps a pattern with a definition in cache.
DefinitionDAO
          It represents an object that provides definitions, depending on a customization key.
URLReader
          It represents an object that reads URLs and is able to read them throw the use of a DefinitionsReader.
 

Classes in org.apache.tiles.definition.dao used by org.apache.tiles.factory
BaseLocaleUrlDefinitionDAO
          Base abstract class for a DAO that is based on URLs and locale as a customization key.
DefinitionDAO
          It represents an object that provides definitions, depending on a customization key.
 



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