Uses of Interface
org.apache.tiles.definition.RefreshMonitor
-
Packages that use RefreshMonitor Package Description org.apache.tiles.definition.dao Classes to simply load definitions depending on a customization key. -
-
Uses of RefreshMonitor in org.apache.tiles.definition.dao
Classes in org.apache.tiles.definition.dao that implement RefreshMonitor 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.
-