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 Renderer
writer
- the Writer to which to renderIOException
- if writing to the Writer throws an IOExceptionCopyright © 2003–2017 Jamon developers. All rights reserved.