|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.peaseplate.chunk.AbstractChunk org.peaseplate.chunk.AbstractOutputChunk
public abstract class AbstractOutputChunk
Constructor Summary | |
---|---|
AbstractOutputChunk(OutputStrategy outputStrategy,
TemplateLocator locator,
int line,
int column)
|
Method Summary | |
---|---|
OutputStrategy |
getOutputStrategy()
|
void |
write(java.io.Writer writer,
java.lang.Object object)
Writes the object |
Methods inherited from class org.peaseplate.chunk.AbstractChunk |
---|
getColumn, getLine, getLocator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.peaseplate.chunk.Chunk |
---|
isEssential, isVisible, render, toString |
Constructor Detail |
---|
public AbstractOutputChunk(OutputStrategy outputStrategy, TemplateLocator locator, int line, int column)
Method Detail |
---|
public OutputStrategy getOutputStrategy()
public void write(java.io.Writer writer, java.lang.Object object) throws java.io.IOException
OutputStrategy
write
in interface OutputStrategy
writer
- the writerobject
- the object
java.io.IOException
OutputStrategy.write(java.io.Writer, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |