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

Package org.apache.tiles.renderer.impl

Package class diagram package org.apache.tiles.renderer.impl
Default implementations to manage attribute rendering.

See:
          Description

Class Summary
AbstractBaseAttributeRenderer Base abstract class that manages authorization to display the attribute.
AbstractTypeDetectingAttributeRenderer Abstract implementation of TypeDetectingAttributeRenderer that implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext).
BasicRendererFactory Basic renderer factory implementation.
ChainedDelegateAttributeRenderer Renders an attribute that has no associated renderer using delegation to other renderers.
DefinitionAttributeRenderer Renders an attribute that contains a reference to a definition.
StringAttributeRenderer Renders an attribute that contains a string.
TemplateAttributeRenderer Renders an attribute that contains a reference to a template.
UntypedAttributeRenderer Deprecated. Use ChainedDelegateAttributeRenderer.
 

Package org.apache.tiles.renderer.impl Description

Default implementations to manage attribute rendering.



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