This project has retired. For details please refer to its
Attic page.
AttributeRenderer (Tiles 2 2.2.2 API)
org.apache.tiles.renderer
Interface AttributeRenderer
- All Known Subinterfaces:
- TypeDetectingAttributeRenderer
- All Known Implementing Classes:
- AbstractBaseAttributeRenderer, AbstractTypeDetectingAttributeRenderer, ChainedDelegateAttributeRenderer, DefinitionAttributeRenderer, FreeMarkerAttributeRenderer, StringAttributeRenderer, TemplateAttributeRenderer, UntypedAttributeRenderer, VelocityAttributeRenderer
public interface AttributeRenderer
An object that can render an attribute. For each attribute, if it needs to be
rendered, has an associated renderer.
- Since:
- 2.1.0
- Version:
- $Rev: 736275 $ $Date: 2009-01-21 10:58:20 +0100 (mer, 21 gen 2009) $
render
void render(Attribute attribute,
TilesRequestContext request)
throws IOException
- Renders an attribute.
- Parameters:
attribute
- The attribute to render.request
- The Tiles request context.
- Throws:
IOException
- If something goes wrong during rendition.
RendererException
- If something goes wrong during rendition.- Since:
- 2.1.2
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.