Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Used for escapeString method for escape format to escape sql syntax.
public static final java.lang.String TYPE_URL = "url";
Used for escapeString method for escape format to encode url parameter value.
public static final java.lang.String TYPE_XML = "xml";
...
format - TYPE_HTML, TYPE_JAVA, TYPE_JAVASCIPT, TYPE_JSON, TYPE_SQL, TYPE_XML, TYPE_URL or TYPE_REGEX. Support chain escaping by separate the format in semicolon (;).
replaceMap - A map of keyword and new keyword pair to be replaced before escaping
public static java.lang.String decryptContent(java.lang.String content)
...