Uses of Interface
org.apache.tiles.definition.dao.DefinitionDAO
Packages that use DefinitionDAO
Package
Description
It contains classes and interfaces to allow manipulations of "definitions", i.e.
Classes to simply load definitions depending on a customization key.
Factory classes, to allow creation of container instances.
-
Uses of DefinitionDAO in org.apache.tiles.definition
Fields in org.apache.tiles.definition declared as DefinitionDAOModifier and TypeFieldDescriptionprotected DefinitionDAO<Locale>
UnresolvingLocaleDefinitionsFactory.definitionDao
The definition DAO that extracts the definitions from the sources.Methods in org.apache.tiles.definition with parameters of type DefinitionDAOModifier and TypeMethodDescriptionvoid
UnresolvingLocaleDefinitionsFactory.setDefinitionDAO
(DefinitionDAO<Locale> definitionDao) Sets the definition DAO to use. -
Uses of DefinitionDAO in org.apache.tiles.definition.dao
Classes in org.apache.tiles.definition.dao that implement DefinitionDAOModifier and TypeClassDescriptionclass
Base abstract class for a DAO that is based on URLs and locale as a customization key.class
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.class
A definition DAO that usesLocale
as a customization key and loads definitions from URLs.class
A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances. -
Uses of DefinitionDAO in org.apache.tiles.factory
Methods in org.apache.tiles.factory that return DefinitionDAOModifier and TypeMethodDescriptionprotected DefinitionDAO<Locale>
BasicTilesContainerFactory.createLocaleDefinitionDao
(org.apache.tiles.request.ApplicationContext applicationContext, LocaleResolver resolver) Creates a Locale-based definition DAO.