org.xwiki.rendering.wikimodel.xwiki.xwiki20
Class XWikiScannerUtil
java.lang.Object
org.xwiki.rendering.wikimodel.xwiki.xwiki20.XWikiScannerUtil
public class XWikiScannerUtil
- extends Object
- Since:
- 4.0M1
- Version:
- $Id: baf1894b3da110be4a300f0135bd2e96a0757ef9 $
|
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 © 2004–2014 XWiki. All rights reserved.