public class ResponseUtil extends Object
This class is not intended to be extended or instantiated because it just provides static utility methods not intended to be overwritten.
| Constructor and Description |
|---|
ResponseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeXml(String input)
Escape XML text
|
static @NotNull Writer |
getXmlEscapingWriter(@NotNull Writer target)
Return a Writer that writes escaped XML text to target
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.