| Constructor and Description |
|---|
AbstractRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Render this Renderer into a String.
|
abstract void |
renderTo(Writer writer)
Render to the given writer.
|
public abstract void renderTo(Writer writer) throws IOException
renderTo in interface Rendererwriter - the Writer to which to renderIOException - if writing to the Writer throws an IOExceptionCopyright © 2003–2024 Jamon developers. All rights reserved.