Package org.archive.wayback.archivalurl.requestparser

Examples of org.archive.wayback.archivalurl.requestparser.ReplayIdRequestParser


*/
public class ArchivalUrlRequestParser extends CompositeRequestParser {
  protected RequestParser[] getRequestParsers() {
    RequestParser[] theParsers = {
        new ReplayRequestParser(),
        new ReplayIdRequestParser(), /* BUG wayback 0000155 */
        new PathDatePrefixQueryRequestParser(),
        new PathDateRangeQueryRequestParser(),
        new PathPrefixDatePrefixQueryRequestParser(),
        new PathPrefixDateRangeQueryRequestParser(),
        new OpenSearchRequestParser(),
View Full Code Here

TOP

Related Classes of org.archive.wayback.archivalurl.requestparser.ReplayIdRequestParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.