Uses of Interface
org.apache.tiles.core.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.core.definitionFields in org.apache.tiles.core.definition declared as DefinitionDAOModifier and TypeFieldDescriptionprotected DefinitionDAO<Locale>UnresolvingLocaleDefinitionsFactory.definitionDaoThe definition DAO that extracts the definitions from the sources.Methods in org.apache.tiles.core.definition with parameters of type DefinitionDAOModifier and TypeMethodDescriptionvoidUnresolvingLocaleDefinitionsFactory.setDefinitionDAO(DefinitionDAO<Locale> definitionDao) Sets the definition DAO to use.
- 
Uses of DefinitionDAO in org.apache.tiles.core.definition.daoClasses in org.apache.tiles.core.definition.dao that implement DefinitionDAOModifier and TypeClassDescriptionclassBase abstract class for a DAO that is based on URLs and locale as a customization key.classA definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e.classA 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.core.factoryMethods in org.apache.tiles.core.factory that return DefinitionDAOModifier and TypeMethodDescriptionprotected DefinitionDAO<Locale>BasicTilesContainerFactory.createLocaleDefinitionDao(ApplicationContext applicationContext, LocaleResolver resolver) Creates a Locale-based definition DAO.