|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandableBlock
Marks a block head chunk as beeing expandable by a chunk that implements
the BlockExpansion
interface.
Method Summary | |
---|---|
void |
addExpansion(BlockExpansion chunk)
Add the specified chunk as expansion to this block. |
Methods inherited from interface org.peaseplate.chunk.BlockHead |
---|
getBlock, renderBlock, setBlock |
Methods inherited from interface org.peaseplate.chunk.Chunk |
---|
getColumn, getLine, getLocator, isEssential, isVisible, render, toString |
Method Detail |
---|
void addExpansion(BlockExpansion chunk) throws TemplateException
chunk
- the chunk
TemplateException
- if the block does not like the specified chunk
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |