Uses of Interface
org.apache.tiles.definition.dao.DefinitionDAO
-
Packages that use DefinitionDAO Package Description org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e.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. -
-
Uses of DefinitionDAO in org.apache.tiles.definition
Fields in org.apache.tiles.definition declared as DefinitionDAO Modifier and Type Field Description protected DefinitionDAO<java.util.Locale>UnresolvingLocaleDefinitionsFactory. definitionDaoThe definition DAO that extracts the definitions from the sources.Methods in org.apache.tiles.definition with parameters of type DefinitionDAO Modifier and Type Method Description voidUnresolvingLocaleDefinitionsFactory. setDefinitionDAO(DefinitionDAO<java.util.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 DefinitionDAO Modifier and Type Class Description classBaseLocaleUrlDefinitionDAOBase abstract class for a DAO that is based on URLs and locale as a customization key.classCachingLocaleUrlDefinitionDAOA definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e.classLocaleUrlDefinitionDAOA definition DAO that usesLocaleas a customization key and loads definitions from URLs.classResolvingLocaleUrlDefinitionDAOA 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 DefinitionDAO Modifier and Type Method Description protected DefinitionDAO<java.util.Locale>BasicTilesContainerFactory. createLocaleDefinitionDao(org.apache.tiles.request.ApplicationContext applicationContext, LocaleResolver resolver)Creates a Locale-based definition DAO.
-