Uses of Interface
org.apache.tiles.awareness.TilesApplicationContextAware

Packages that use TilesApplicationContextAware
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. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
 

Uses of TilesApplicationContextAware in org.apache.tiles.definition
 

Classes in org.apache.tiles.definition that implement TilesApplicationContextAware
 class LocaleDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
 class UnresolvingLocaleDefinitionsFactory
          DefinitionsFactory implementation that manages Definitions configuration data from URLs, without resolving definition inheritance when a definition is returned.
 class UrlDefinitionsFactory
          Deprecated. Use UnresolvingLocaleDefinitionsFactory and using ResolvingLocaleUrlDefinitionDAO as Tiles DAO.
 

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

Classes in org.apache.tiles.definition.dao that implement TilesApplicationContextAware
 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.
 

Uses of TilesApplicationContextAware in org.apache.tiles.renderer.impl
 

Classes in org.apache.tiles.renderer.impl that implement TilesApplicationContextAware
 class AbstractBaseAttributeRenderer
          Base abstract class that manages authorization to display the attribute.
 class AbstractTypeDetectingAttributeRenderer
          Abstract implementation of TypeDetectingAttributeRenderer that implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext).
 class BasicRendererFactory
          Basic renderer factory implementation.
 class ChainedDelegateAttributeRenderer
          Renders an attribute that has no associated renderer using delegation to other renderers.
 class DefinitionAttributeRenderer
          Renders an attribute that contains a reference to a definition.
 class StringAttributeRenderer
          Renders an attribute that contains a string.
 class TemplateAttributeRenderer
          Renders an attribute that contains a reference to a template.
 class UntypedAttributeRenderer
          Deprecated. Use ChainedDelegateAttributeRenderer.
 



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