|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.parser.BbcodeUtil
public class BbcodeUtil
This class provides parser utils for BBCODE parsing
Constructor Summary | |
---|---|
BbcodeUtil()
|
Method Summary | |
---|---|
static java.lang.String |
parse(java.lang.String value,
java.util.List<ParserElement> listParserElement,
java.util.List<ParserComplexElement> listParserComplexElement)
Parse BBCODE text and return HTML text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BbcodeUtil()
Method Detail |
---|
public static java.lang.String parse(java.lang.String value, java.util.List<ParserElement> listParserElement, java.util.List<ParserComplexElement> listParserComplexElement)
value
- the value of the textlistParserElement
- the list of simple parser element using for parsinglistParserComplexElement
- the list of complex parser element using for parsing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |