fr.paris.lutece.util.parser
Class BbcodeUtil

java.lang.Object
  extended by fr.paris.lutece.util.parser.BbcodeUtil

public final class BbcodeUtil
extends Object

This class provides parser utils for BBCODE parsing


Method Summary
static String parse(String value, List<ParserElement> listParserElement, 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
 

Method Detail

parse

public static String parse(String value,
                           List<ParserElement> listParserElement,
                           List<ParserComplexElement> listParserComplexElement)
Parse BBCODE text and return HTML text

Parameters:
value - the value of the text
listParserElement - the list of simple parser element using for parsing
listParserComplexElement - the list of complex parser element using for parsing
Returns:
HTML Text


Copyright © 2014 Mairie de Paris. All Rights Reserved.