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

Packages that use Refreshable
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. 
 

Uses of Refreshable in org.apache.tiles.definition
 

Subinterfaces of Refreshable in org.apache.tiles.definition
 interface ReloadableDefinitionsFactory
          Deprecated. Use Refreshable.
 

Classes in org.apache.tiles.definition that implement Refreshable
 class UrlDefinitionsFactory
          Deprecated. Use UnresolvingLocaleDefinitionsFactory and using ResolvingLocaleUrlDefinitionDAO as Tiles DAO.
 

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

Classes in org.apache.tiles.definition.dao that implement Refreshable
 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.
 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-2011 Apache Software Foundation. All Rights Reserved.