org.apache.maven.doxia.module.confluence.parser.list

Class BulletedListBlock

Implemented Interfaces:
Block

public class BulletedListBlock
extends ListBlock

Version:
$Id: BulletedListBlock.java 349311 2005-11-27 21:00:12Z jvanzyl $
Author:
Jason van Zyl

Constructor Summary

BulletedListBlock(List childBlocks)

Method Summary

void
after(Sink sink)
void
before(Sink sink)

Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock

after, before, getBlocks, traverse

Constructor Details

BulletedListBlock

public BulletedListBlock(List childBlocks)

Method Details

after

public void after(Sink sink)
Overrides:
after in interface AbstractFatherBlock

before

public void before(Sink sink)
Overrides:
before in interface AbstractFatherBlock