org.apache.tiles.renderer
Interface 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
render
void render(Attribute attribute,
TilesRequestContext request)
throws java.io.IOException
- Renders an attribute.
- Parameters:
attribute
- The attribute to render.request
- The Tiles request context.
- Throws:
java.io.IOException
- If something goes wrong during rendition.
RendererException
- If something goes wrong during rendition.- Since:
- 2.1.2