simple.util.parse |
|
Java Source File Name | Type | Comment |
ContentParser.java | Class | ContentParser provides access to the MIME type parts,
that is the type subtype and an optional charset
parameter. |
CookieParser.java | Class | CookieParser is used to parse the cookie header. |
DateParser.java | Class | This is used to create a Parser for the HTTP date format. |
LanguageParser.java | Class | LanguageParser is used to parse the HTTP Accept-Language
header. |
ListParser.java | Class | The ListParser is used to extract a comma seperated
list of HTTP header values. |
MapParser.java | Class | The MapParser object represents a parser for name
value pairs. |
ParameterParser.java | Class | The ParameterParser is used to parse data encoded in
the application/x-www-form-urlencoded MIME type. |
ParseBuffer.java | Class | This is primarily used to replace the StringBuffer
class, as a way for the Parser to store the char's
for a specific region within the parse data that constitutes a
desired value. |
Parser.java | Class | This Parser object is to be used as a simple template
for parsing uncomplicated expressions. |
PathParser.java | Class | This is used to parse a path given as part of a URI. |
PrincipalParser.java | Class | PrincipalParser is a parser class for the HTTP basic authorization
header. |
PropertyBuffer.java | Class | The PropertyBuffer object is used to create strings
which have system variable names replaced with their values.
This is used by the FileProperties object to ensure
that values taken from a Java properties file, or an XML file
will have values augmented with system variable values.
tools=${java.home}/lib/tools.jar
Above is an example of the use of an system variable that
has been inserted into a plain Java properties file. |
URIParser.java | Class | This parser is used to parse uniform resource identifiers.
The uniform resource identifier syntax is given in RFC 2396.
This parser can parse relative and absolute URI's. |