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

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

Packages that use AbstractTypeDetectingAttributeRenderer
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 AbstractTypeDetectingAttributeRenderer in org.apache.tiles.freemarker.renderer
 

Subclasses of AbstractTypeDetectingAttributeRenderer in org.apache.tiles.freemarker.renderer
 class FreeMarkerAttributeRenderer
          FreeMarker renderer for rendering FreeMarker templates as Tiles attributes.
 

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

Subclasses of AbstractTypeDetectingAttributeRenderer in org.apache.tiles.renderer.impl
 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.
 

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

Subclasses of AbstractTypeDetectingAttributeRenderer in org.apache.tiles.velocity.renderer
 class VelocityAttributeRenderer
          Attribute renderer for rendering Velocity templates as attributes.
 



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