Uses of Class
org.archive.wayback.requestparser.BaseRequestParser

Packages that use BaseRequestParser
org.archive.wayback.archivalurl   
org.archive.wayback.archivalurl.requestparser   
org.archive.wayback.domainprefix   
org.archive.wayback.memento   
org.archive.wayback.proxy   
org.archive.wayback.requestparser   
 

Uses of BaseRequestParser in org.archive.wayback.archivalurl
 

Subclasses of BaseRequestParser in org.archive.wayback.archivalurl
 class ArchivalUrlRequestParser
          CompositeRequestParser that handles Archival Url Replay and Query requests, in addition to "standard" OpenSearch and Form RequestParsers.
 

Uses of BaseRequestParser in org.archive.wayback.archivalurl.requestparser
 

Subclasses of BaseRequestParser in org.archive.wayback.archivalurl.requestparser
 class ArchivalUrlFormRequestParser
           
 class DatelessReplayRequestParser
           
 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.
 

Constructors in org.archive.wayback.archivalurl.requestparser with parameters of type BaseRequestParser
ArchivalUrlFormRequestParser(BaseRequestParser wrapped)
           
DatelessReplayRequestParser(BaseRequestParser wrapped)
           
PathDatePrefixQueryRequestParser(BaseRequestParser wrapped)
           
PathDateRangeQueryRequestParser(BaseRequestParser wrapped)
           
PathPrefixDatePrefixQueryRequestParser(BaseRequestParser wrapped)
           
PathPrefixDateRangeQueryRequestParser(BaseRequestParser wrapped)
           
ReplayRequestParser(BaseRequestParser wrapped)
           
 

Uses of BaseRequestParser in org.archive.wayback.domainprefix
 

Subclasses of BaseRequestParser in org.archive.wayback.domainprefix
 class DomainPrefixCompositeRequestParser
           
 class DomainPrefixRequestParser
           
 

Constructors in org.archive.wayback.domainprefix with parameters of type BaseRequestParser
DomainPrefixRequestParser(BaseRequestParser wrapped)
           
 

Uses of BaseRequestParser in org.archive.wayback.memento
 

Subclasses of BaseRequestParser in org.archive.wayback.memento
 class MementoRequestParser
           
 class TimeBundleRequestParser
          RequestParser subclass which parses "timebundle/URL" and "timemap/FORMAT/URL" requests
 class TimeGateRequestParser
          RequestParser subclass which matches ".../timegate/URL" requests, and parses the Accept-Datetime header
 

Constructors in org.archive.wayback.memento with parameters of type BaseRequestParser
TimeBundleRequestParser(BaseRequestParser wrapped)
           
TimeGateRequestParser(BaseRequestParser wrapped)
           
 

Uses of BaseRequestParser in org.archive.wayback.proxy
 

Subclasses of BaseRequestParser in org.archive.wayback.proxy
 class ProxyArchivalRequestParser
           
 class ProxyReplayRequestParser
           
 class ProxyRequestParser
           
 

Constructors in org.archive.wayback.proxy with parameters of type BaseRequestParser
ProxyReplayRequestParser(BaseRequestParser wrapped)
           
 

Uses of BaseRequestParser in org.archive.wayback.requestparser
 

Subclasses of BaseRequestParser in org.archive.wayback.requestparser
 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.
 

Constructors in org.archive.wayback.requestparser with parameters of type BaseRequestParser
FormRequestParser(BaseRequestParser wrapped)
           
OpenSearchRequestParser(BaseRequestParser wrapped)
           
PathRequestParser(BaseRequestParser wrapped)
           
WrappedRequestParser(BaseRequestParser wrapped)
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.