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 IOException
attribute
- The attribute to render.request
- The Tiles request context.IOException
- If something goes wrong during rendition.RendererException
- If something goes wrong during rendition.Copyright © 2017. All rights reserved.