Class ParagraphBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
-
- org.apache.maven.doxia.module.confluence.parser.ParagraphBlock
-
- All Implemented Interfaces:
Block
class ParagraphBlock extends AbstractFatherBlock
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
generateParagraphTags
-
Constructor Summary
Constructors Constructor Description ParagraphBlock(java.util.List<Block> blocks)
ParagraphBlock(java.util.List<Block> blocks, boolean generateParagraphTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after(Sink sink)
after.void
before(Sink sink)
before.-
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
-
-
-
-
Method Detail
-
before
public void before(Sink sink)
before.
- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
after
public void after(Sink sink)
after.
- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
-