Class UnorderedListBlock
java.lang.Object
org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.ListBlock
org.apache.maven.doxia.module.twiki.parser.UnorderedListBlock
- All Implemented Interfaces:
Block
- item1 - item2 - item2.1 ...
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
-
Constructor Details
-
UnorderedListBlock
UnorderedListBlock(ListItemBlock[] blocks) Creates the UnorderedListBlock.- Parameters:
blocks
- list of list items- Throws:
IllegalArgumentException
- if listItemBlocks isnull
-
-
Method Details
-
before
method called before traversing the childs- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-
after
method called after traversing the childs- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-