org.wikimodel.wem.xwiki.xwiki20
Class XWikiScannerUtil
java.lang.Object
org.wikimodel.wem.xwiki.xwiki20.XWikiScannerUtil
public class XWikiScannerUtil
- extends Object
- Author:
- thomas.mortagne
|
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 |
ESCAPECHAR
public static final char ESCAPECHAR
- See Also:
- Constant Field Values
XWikiScannerUtil
public XWikiScannerUtil()
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-2012. All Rights Reserved.