Uses of Class
org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer

Packages that use AbstractBaseAttributeRenderer
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
 

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

Subclasses of AbstractBaseAttributeRenderer in org.apache.tiles.renderer.impl
 class AbstractTypeDetectingAttributeRenderer
          Abstract implementation of TypeDetectingAttributeRenderer that implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext).
 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.