org.apache.tiles.renderer
public interface AttributeRenderer
Modifier and Type | Method and Description |
---|---|
void |
render(Attribute attribute,
TilesRequestContext request)
Renders an attribute.
|
void render(Attribute attribute, TilesRequestContext request) throws java.io.IOException
attribute
- The attribute to render.request
- The Tiles request context.java.io.IOException
- If something goes wrong during rendition.RendererException
- If something goes wrong during rendition.