Class ListBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
-
- org.apache.maven.doxia.module.twiki.parser.ListBlock
-
- All Implemented Interfaces:
Block
- Direct Known Subclasses:
NumeratedListBlock
,UnorderedListBlock
abstract class ListBlock extends AbstractFatherBlock
- item1 - item2 - item2.1 ...
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ListBlock(ListItemBlock[] blocks)
Creates the ListBlock.
-
-
-
Constructor Detail
-
ListBlock
ListBlock(ListItemBlock[] blocks)
Creates the ListBlock.- Parameters:
blocks
- list of list items, not null.
-
-