This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.definition.RefreshMonitor (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.definition.RefreshMonitor

Packages that use RefreshMonitor
org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. 
org.apache.tiles.definition.dao Classes to simply load definitions depending on a customization key. 
 

Uses of RefreshMonitor in org.apache.tiles.definition
 

Subinterfaces of RefreshMonitor in org.apache.tiles.definition
 interface Refreshable
          Indicates support for reloading Tiles configuration when it changes.
 interface ReloadableDefinitionsFactory
          Deprecated. Use Refreshable.
 

Classes in org.apache.tiles.definition that implement RefreshMonitor
 class UrlDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, resolving inheritance when the URL is loaded.
 

Uses of RefreshMonitor in org.apache.tiles.definition.dao
 

Classes in org.apache.tiles.definition.dao that implement RefreshMonitor
 class BaseLocaleUrlDefinitionDAO
          Base abstract class for a DAO that is based on URLs and locale as a customization key.
 class CachingLocaleUrlDefinitionDAO
           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. with inheritance that is not resolved).
 class LocaleUrlDefinitionDAO
          A definition DAO that uses Locale as a customization key and loads definitions from URLs.
 class ResolvingLocaleUrlDefinitionDAO
           A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.