org.wikimodel.wem.xwiki
Class XWikiScannerUtil

java.lang.Object
  extended by org.wikimodel.wem.xwiki.XWikiScannerUtil

public class XWikiScannerUtil
extends Object

Author:
thomas.mortagne

Constructor Summary
XWikiScannerUtil()
           
 
Method Summary
static String unescapeVerbatim(String content)
          To have }}} or {{{ inside inline block we need to escape it in some condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiScannerUtil

public XWikiScannerUtil()
Method Detail

unescapeVerbatim

public static String unescapeVerbatim(String content)
To have }}} or {{{ inside inline block we need to escape it in some condition. This method remove this escaping to send the correct text to the event.



Copyright © 2005-2009. All Rights Reserved.