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
ParagraphBlock
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParagraphBlock
(List<Block> blocks) ParagraphBlock
(List<Block> blocks, boolean generateParagraphTags) -
Method Summary
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
-
Field Details
-
generateParagraphTags
private boolean generateParagraphTags
-
-
Constructor Details
-
ParagraphBlock
-
ParagraphBlock
-
-
Method Details
-
before
before.
- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
after
after.
- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-