com.liferay.portal.kernel.parsers.bbcode
Class BBCodeTranslatorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.parsers.bbcode.BBCodeTranslatorUtil

public class BBCodeTranslatorUtil
extends java.lang.Object

Author:
Iliyan Peychev, Miguel Pastor

Constructor Summary
BBCodeTranslatorUtil()
           
 
Method Summary
static BBCodeTranslator getBBCodeTranslator()
           
static java.lang.String[] getEmoticonDescriptions()
           
static java.lang.String[] getEmoticonFiles()
           
static java.lang.String[][] getEmoticons()
           
static java.lang.String[] getEmoticonSymbols()
           
static java.lang.String getHTML(java.lang.String bbcode)
           
static java.lang.String parse(java.lang.String message)
           
 void setBBCodeTranslator(BBCodeTranslator bbCodeTranslator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeTranslatorUtil

public BBCodeTranslatorUtil()
Method Detail

getBBCodeTranslator

public static BBCodeTranslator getBBCodeTranslator()

getEmoticonDescriptions

public static java.lang.String[] getEmoticonDescriptions()

getEmoticonFiles

public static java.lang.String[] getEmoticonFiles()

getEmoticons

public static java.lang.String[][] getEmoticons()

getEmoticonSymbols

public static java.lang.String[] getEmoticonSymbols()

getHTML

public static java.lang.String getHTML(java.lang.String bbcode)

parse

public static java.lang.String parse(java.lang.String message)

setBBCodeTranslator

public void setBBCodeTranslator(BBCodeTranslator bbCodeTranslator)