com.meterware.httpunit
Class HttpUnitUtils
java.lang.Object
|
+--com.meterware.httpunit.HttpUnitUtils
- public class HttpUnitUtils
- extends java.lang.Object
Utility code shared by httpunit and servletunit.
Method Summary |
static java.lang.String |
decode(java.lang.String byteString)
Returns an interpretation of the specified URL-encoded string. |
static javax.xml.parsers.DocumentBuilder |
newParser()
creates a parser using JAXP API. |
static java.lang.String[] |
parseContentTypeHeader(java.lang.String header)
Returns the content type and encoding as a pair of strings. |
static java.lang.String |
stripQuotes(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TEXT_BUFFER_SIZE
public static final int DEFAULT_TEXT_BUFFER_SIZE
- See Also:
- Constant Field Values
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
DEFAULT_CHARACTER_SET
public static final java.lang.String DEFAULT_CHARACTER_SET
- See Also:
- Constant Field Values
HttpUnitUtils
public HttpUnitUtils()
parseContentTypeHeader
public static java.lang.String[] parseContentTypeHeader(java.lang.String header)
- Returns the content type and encoding as a pair of strings.
If no character set is specified, the second entry will be null.
stripQuotes
public static java.lang.String stripQuotes(java.lang.String value)
decode
public static java.lang.String decode(java.lang.String byteString)
- Returns an interpretation of the specified URL-encoded string.
FIXME: currently assumes iso-8859-1 character set.
newParser
public static javax.xml.parsers.DocumentBuilder newParser()
throws org.xml.sax.SAXException
- creates a parser using JAXP API.
org.xml.sax.SAXException