Modifier and Type | Class and Description |
---|---|
class |
ArchivalUrlRequestParser
CompositeRequestParser that handles Archival Url Replay and Query requests,
in addition to "standard" OpenSearch and Form RequestParsers.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchivalUrlFormRequestParser |
class |
DatelessReplayRequestParser |
class |
DateUrlPathRequestParser
PathRequestParser that expects TIMESTAMP/URL path pattern.
|
class |
PathDatePrefixQueryRequestParser
RequestParser implementation that extracts request info from an Archival Url
representing an exact URL and a date prefix.
|
class |
PathDateRangeQueryRequestParser
RequestParser implementation that extracts request info from an Archival Url
representing an exact url and a date range.
|
class |
PathPrefixDatePrefixQueryRequestParser
RequestParser implementation that extracts request info from an Archival Url
representing an url prefix and a date prefix.
|
class |
PathPrefixDateRangeQueryRequestParser
RequestParser implementation that extracts request info from an Archival Url
representing an url prefix and a date range.
|
class |
ReplayRequestParser
RequestParser implementation that extracts request info from a Replay
Archival Url path.
|
Constructor and Description |
---|
ArchivalUrlFormRequestParser(BaseRequestParser wrapped) |
DatelessReplayRequestParser(BaseRequestParser wrapped) |
DateUrlPathRequestParser(BaseRequestParser wrapped) |
PathDatePrefixQueryRequestParser(BaseRequestParser wrapped) |
PathDateRangeQueryRequestParser(BaseRequestParser wrapped) |
PathPrefixDatePrefixQueryRequestParser(BaseRequestParser wrapped) |
PathPrefixDateRangeQueryRequestParser(BaseRequestParser wrapped) |
ReplayRequestParser(BaseRequestParser wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
DomainPrefixCompositeRequestParser |
class |
DomainPrefixRequestParser |
Constructor and Description |
---|
DomainPrefixRequestParser(BaseRequestParser wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
TimeMapRequestParser
Class which parses TimeMap requests (/timemap/FORMAT/URL)
|
Constructor and Description |
---|
TimeMapRequestParser(BaseRequestParser wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyArchivalRequestParser |
class |
ProxyReplayRequestParser |
class |
ProxyRequestParser |
Constructor and Description |
---|
ProxyReplayRequestParser(BaseRequestParser wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeRequestParser
Abstract RequestParser implementation.
|
class |
FormRequestParser
RequestParser which attempts to extract data from an HTML form, that is, from
HTTP GET request arguments
|
class |
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.
|
class |
PathRequestParser
Subclass of RequestParser that acquires key request information from the
path component within the handling AccessPoint.
|
class |
WrappedRequestParser
Abstract subclass of BaseRequestParser, which allows retrieving
configured maxRecords, and earliest and latest timestamp config from an
delegate instance.
|
Constructor and Description |
---|
FormRequestParser(BaseRequestParser wrapped) |
OpenSearchRequestParser(BaseRequestParser wrapped) |
PathRequestParser(BaseRequestParser wrapped) |
WrappedRequestParser(BaseRequestParser wrapped) |
Copyright © 2005–2015 IIPC. All rights reserved.