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.definition
Fields in org.apache.tiles.core.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.core.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.core.definition.dao
Classes in org.apache.tiles.core.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 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.factory
Methods 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.