Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
HtmlBBCodeTranslatorImpl

public interface BBCodeTranslator


Method Summary
 String[] getEmoticonDescriptions()
           
 String[] getEmoticonFiles()
           
 String[][] getEmoticons()
           
 String[] getEmoticonSymbols()
           
 String getHTML(String bbcode)
           
 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-ce-ga5