fr.paris.lutece.util.parser
Class BbcodeUtil

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

public class BbcodeUtil
extends java.lang.Object

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

BbcodeUtil

public BbcodeUtil()
Method Detail

parse

public 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

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 © 2012 Mairie de Paris. All Rights Reserved.