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

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

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

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

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.
 

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

Subclasses of AbstractBaseAttributeRenderer 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.