|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlockHead
A block head is a chunk that contains a separated chain of chunks as so-called block.
Method Summary | |
---|---|
Chunk[] |
getBlock()
Returns the head of the sub block chain. |
void |
renderBlock(BuildContext context,
java.io.Writer writer)
Renders the sub block to the specified writer using the specified template context |
void |
setBlock(Chunk[] block)
|
Methods inherited from interface org.peaseplate.chunk.Chunk |
---|
getColumn, getLine, getLocator, isEssential, isVisible, render, toString |
Method Detail |
---|
Chunk[] getBlock()
void setBlock(Chunk[] block) throws TemplateException
TemplateException
void renderBlock(BuildContext context, java.io.Writer writer) throws TemplateException, java.io.IOException
context
- the contextwriter
- the writer
TemplateException
- on occasion
java.io.IOException
- on occasion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |