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
ParagraphBlock
  • Field Details

    • generateParagraphTags

      private boolean generateParagraphTags
  • Constructor Details

    • ParagraphBlock

      ParagraphBlock(List<Block> blocks)
    • ParagraphBlock

      ParagraphBlock(List<Block> blocks, boolean generateParagraphTags)
  • Method Details

    • before

      public void before(Sink sink)

      before.

      Specified by:
      before in class AbstractFatherBlock
      Parameters:
      sink - the Sink to receive events.
    • after

      public void after(Sink sink)

      after.

      Specified by:
      after in class AbstractFatherBlock
      Parameters:
      sink - the Sink to receive events.