Class | Description |
---|---|
BaseRequestParser |
Abstract implementation of the RequestParser interface, which provides some
convenience methods for accessing data in Map
|
CompositeRequestParser |
Abstract RequestParser implementation.
|
FormRequestParser |
RequestParser which attempts to extract data from an HTML form, that is, from
HTTP GET request arguments
|
OpenSearchRequestParser |
RequestParser which attempts to extract data from an HTML form, that is, from
HTTP GET request arguments containing a query, an optional count (results
per page), and an optional current page argument.
|
PathRequestParser |
Subclass of RequestParser that acquires key request information from the
path component within the handling AccessPoint.
|
WrappedRequestParser |
Abstract subclass of BaseRequestParser, which allows retrieving
configured maxRecords, and earliest and latest timestamp config from an
delegate instance.
|
Copyright © 2005–2015 IIPC. All rights reserved.