public class EscapeUtils extends Object
Constructor and Description |
---|
EscapeUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeHtml(String html)
Escapes the specified html by replacing &, <, >, ", ', / with their corresponding html entity.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.