|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.responses.ResponseUtils
| Constructor Summary | |
ResponseUtils()
|
|
| Method Summary | |
static java.lang.String |
encodeXML(java.lang.String inData)
Parses the passed string, and encodes the special characters (used in xml for special purposes) with the appropriate codes. |
static void |
writeEscapedString(java.io.Writer writer,
java.lang.String string)
Writes string into writer, escaping &, ', ", <, and >
with the XML excape strings. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResponseUtils()
| Method Detail |
public static java.lang.String encodeXML(java.lang.String inData)
inData - The string to encode into xml.
public static void writeEscapedString(java.io.Writer writer,
java.lang.String string)
throws java.io.IOException
string into writer, escaping &, ', ", <, and >
with the XML excape strings.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||