|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.module.confluence.parser.ChildBlocksBuilder
public class ChildBlocksBuilder
Re-usable builder that can be used to generate paragraph and list item text from a string containing all the content and wiki formatting. This class is intentionally stateful, but cheap to create, so create one as needed and keep it on the stack to preserve stateless behaviour in the caller.
Constructor Summary | |
---|---|
ChildBlocksBuilder(java.lang.String input)
Constructor for ChildBlocksBuilder. |
Method Summary | |
---|---|
java.util.List |
getBlocks()
Utility method to convert marked up content into blocks for rendering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildBlocksBuilder(java.lang.String input)
Constructor for ChildBlocksBuilder.
input
- the input.Method Detail |
---|
public java.util.List getBlocks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |