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