| 
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
          Description
| Interface Summary | |
| CookieParser | CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser. | 
| ParameterParser | ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments. | 
| ValueParser | ValueParser is a base interface for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (ParameterParser and CookieParser) | 
| Class Summary | |
| BaseValueParser | BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser). | 
| CSVParser | CSVParser is used to parse a stream with comma-separated values and generate ParameterParser objects which can be used to extract the values in the desired type. | 
| DataStreamParser | DataStreamParser is used to parse a stream with a fixed format and generate ValueParser objects which can be used to extract the values in the desired type. | 
| DefaultCookieParser | CookieParser is used to get and set values of Cookies on the Client Browser. | 
| DefaultParameterParser | DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments. | 
| ParserUtils | Static helpers for folding fields to upper or lower case | 
| TSVParser | TSVParser is used to parse a stream with tab-separated values and generate ParameterParser objects which can be used to extract the values in the desired type. | 
Parser for CGI parameters and path info data.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
  | 
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||