Package org.apache.tiles.definition.dao
Classes to simply load definitions depending on a customization key.
The package contains also basic implementations.
-
Interface Summary Interface Description DefinitionDAO<K> It represents an object that provides definitions, depending on a customization key. -
Class Summary Class Description 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.LocaleUrlDefinitionDAO A definition DAO that usesLocale
as a customization key and loads definitions from URLs.ResolvingLocaleUrlDefinitionDAO A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances.