Liferay 6.0.5

com.liferay.portlet.wiki.translators
Class ClassicToCreoleTranslator

java.lang.Object
  extended by com.liferay.portlet.wiki.translators.BaseTranslator
      extended by com.liferay.portlet.wiki.translators.ClassicToCreoleTranslator

public class ClassicToCreoleTranslator
extends BaseTranslator


Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.translators.BaseTranslator
nowikiRegexps, regexps
 
Constructor Summary
ClassicToCreoleTranslator()
           
 
Method Summary
protected  void initRegexps()
           
 
Methods inherited from class com.liferay.portlet.wiki.translators.BaseTranslator
postProcess, preProcess, protectText, runRegexp, runRegexps, translate, unprotectNowikiText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicToCreoleTranslator

public ClassicToCreoleTranslator()
Method Detail

initRegexps

protected void initRegexps()

Liferay 6.0.5