|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Renderer
A simple interface describing that which knows how to render.
Method Summary | |
---|---|
java.lang.String |
asString()
Render this Renderer into a String. |
void |
renderTo(java.io.Writer p_writer)
Render to the given writer. |
Method Detail |
---|
void renderTo(java.io.Writer p_writer) throws java.io.IOException
p_writer
- the Writer to which to render
java.io.IOException
- if writing to the Writer throws an IOExceptionjava.lang.String asString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |