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 Writer |
getXmlEscapingWriter(Writer target)
Return a Writer that writes escaped XML text to target
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.