Text escaping utilities.
Definition at line 30 of file EscapeUtil.java.
static String org.sleuthkit.autopsy.coreutils.EscapeUtil.decodeURL |
( |
String |
url | ) |
|
|
static |
Decode the given url in UTF-8.
- Parameters
-
- Returns
- the decoded URL
Definition at line 41 of file EscapeUtil.java.
static String org.sleuthkit.autopsy.coreutils.EscapeUtil.encodeURL |
( |
String |
url | ) |
|
|
static |
Encode the given url in UTF-8 to
- Parameters
-
- Returns
- the encoded URL string
Definition at line 58 of file EscapeUtil.java.
static String org.sleuthkit.autopsy.coreutils.EscapeUtil.escapeHtml |
( |
String |
toEscape | ) |
|
|
static |
Escape html
- Parameters
-
toEscape | text (with html tags) to escape |
- Returns
- html-escaped string
Definition at line 75 of file EscapeUtil.java.
static String org.sleuthkit.autopsy.coreutils.EscapeUtil.unEscapeHtml |
( |
String |
toUnescape | ) |
|
|
static |
Unescape html
- Parameters
-
toUnescape | text (potentially escaped html) to unescape |
- Returns
- html unescaped string
Definition at line 86 of file EscapeUtil.java.
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/coreutils/EscapeUtil.java