org.archive.wayback.archivalurl.requestparser
Class PathPrefixDateRangeQueryRequestParser

java.lang.Object
  extended by org.archive.wayback.requestparser.BaseRequestParser
      extended by org.archive.wayback.requestparser.PathRequestParser
          extended by org.archive.wayback.archivalurl.requestparser.PathPrefixDateRangeQueryRequestParser
All Implemented Interfaces:
RequestParser

public class PathPrefixDateRangeQueryRequestParser
extends PathRequestParser

RequestParser implementation that extracts request info from an Archival Url representing an url prefix and a date range.

Version:
$Date$, $Revision$
Author:
brad

Field Summary
 
Fields inherited from class org.archive.wayback.requestparser.BaseRequestParser
DEFAULT_MAX_RECORDS, earliestTimestamp, latestTimestamp, maxRecords, QUERY_BASE, REPLAY_BASE, XQUERY_BASE
 
Constructor Summary
PathPrefixDateRangeQueryRequestParser()
           
 
Method Summary
 WaybackRequest parse(java.lang.String requestPath)
           
 
Methods inherited from class org.archive.wayback.requestparser.PathRequestParser
parse
 
Methods inherited from class org.archive.wayback.requestparser.BaseRequestParser
getEarliestTimestamp, getLatestTimestamp, getMapParam, getMapParamOrEmpty, getMaxRecords, getRequiredMapParam, setEarliestTimestamp, setLatestTimestamp, setMaxRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPrefixDateRangeQueryRequestParser

public PathPrefixDateRangeQueryRequestParser()
Method Detail

parse

public WaybackRequest parse(java.lang.String requestPath)
Specified by:
parse in class PathRequestParser
Returns:
WaybackRequest with information parsed from the requestPath, or null if information could not be extracted.


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