Liferay 6.2.0

com.liferay.portal.kernel.parsers.bbcode
Interface BBCodeTranslator


public interface BBCodeTranslator


Method Summary
abstract  String[] getEmoticonDescriptions()
           
abstract  String[] getEmoticonFiles()
           
abstract  String[][] getEmoticons()
           
abstract  String[] getEmoticonSymbols()
           
abstract  String getHTML(String bbcode)
           
abstract  String parse(String message)
           
 

Method Detail

getEmoticonDescriptions

String[] getEmoticonDescriptions()

getEmoticonFiles

String[] getEmoticonFiles()

getEmoticons

String[][] getEmoticons()

getEmoticonSymbols

String[] getEmoticonSymbols()

getHTML

String getHTML(String bbcode)

parse

String parse(String message)

Liferay 6.2.0