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

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

Packages that use TypeDetectingAttributeRenderer
org.apache.tiles.freemarker.renderer FreeMarker-typed attributes can be rendered by using classes in this package. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
org.apache.tiles.velocity.renderer Velocity-typed attributes can be rendered by using classes in this package. 
 

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

Classes in org.apache.tiles.freemarker.renderer that implement TypeDetectingAttributeRenderer
 class FreeMarkerAttributeRenderer
          FreeMarker renderer for rendering FreeMarker templates as Tiles attributes.
 

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.
 

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

Classes in org.apache.tiles.velocity.renderer that implement TypeDetectingAttributeRenderer
 class VelocityAttributeRenderer
          Attribute renderer for rendering Velocity templates as attributes.
 



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