This project has retired. For details please refer to its Attic page.
AttributeRenderer (Tiles 2 2.1.4 API)

org.apache.tiles.renderer
Interface AttributeRenderer

Package class diagram package AttributeRenderer
All Known Implementing Classes:
AbstractBaseAttributeRenderer, DefinitionAttributeRenderer, StringAttributeRenderer, TemplateAttributeRenderer, UntypedAttributeRenderer

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) $

Method Summary
 void render(Attribute attribute, TilesRequestContext request)
          Renders an attribute.
 

Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.