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

java.lang.Object
  extended byorg.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.confluence.parser.list.ListBlock
          extended byorg.apache.maven.doxia.module.confluence.parser.list.BulletedListBlock
All Implemented Interfaces:
Block

public class BulletedListBlock
extends ListBlock

Version:
$Id: BulletedListBlock.java 496703 2007-01-16 14:27:31Z vsiveton $
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
getBlocks, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulletedListBlock

public BulletedListBlock(List childBlocks)
Method Detail

before

public void before(Sink sink)
Specified by:
before in class AbstractFatherBlock

after

public void after(Sink sink)
Specified by:
after in class AbstractFatherBlock


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.