Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | decodeURL (String url) |
static String | encodeURL (String url) |
static String | escapeHtml (String toEscape) |
static String | unEscapeHtml (String toUnescape) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(EscapeUtil.class.getName()) |
Text escaping utilities.
Definition at line 30 of file EscapeUtil.java.
|
static |
Decode the given url in UTF-8.
url | the url to be decoded |
Definition at line 41 of file EscapeUtil.java.
|
static |
Encode the given url in UTF-8 to
url | the url to be decoded |
Definition at line 58 of file EscapeUtil.java.
|
static |
Escape html
toEscape | text (with html tags) to escape |
Definition at line 75 of file EscapeUtil.java.
Referenced by org.sleuthkit.autopsy.contentviewers.Metadata.addMonospacedRow(), org.sleuthkit.autopsy.contentviewers.Metadata.addRow(), org.sleuthkit.autopsy.report.modules.html.HTMLReport.addRow(), org.sleuthkit.autopsy.contentviewers.Metadata.addRowWithMultipleValues(), and org.sleuthkit.autopsy.corecomponents.AutoWrappingJTextPane.setText().
|
static |
Unescape html
toUnescape | text (potentially escaped html) to unescape |
Definition at line 86 of file EscapeUtil.java.
Referenced by org.sleuthkit.autopsy.texttranslation.translators.GoogleTranslator.translate().
|
staticprivate |
Definition at line 32 of file EscapeUtil.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.