Uses of Interface
org.apache.tiles.renderer.TypeDetectingAttributeRenderer

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

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

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

Methods in org.apache.tiles.renderer.impl with parameters of type TypeDetectingAttributeRenderer
 void ChainedDelegateAttributeRenderer.addAttributeRenderer(TypeDetectingAttributeRenderer renderer)
          Adds an attribute renderer to the list.
 



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