Package org.archive.wayback.memento

Examples of org.archive.wayback.memento.TimeMapRequestParser


  public final static String CHARSET_MODE = "cm";

  protected RequestParser[] getRequestParsers() {
    RequestParser[] theParsers = {
        new ReplayRequestParser(this),
        new TimeMapRequestParser(this),     
        new PathDatePrefixQueryRequestParser(this),
        new PathDateRangeQueryRequestParser(this),
        new PathPrefixDatePrefixQueryRequestParser(this),
        new PathPrefixDateRangeQueryRequestParser(this),
        new OpenSearchRequestParser(this),
View Full Code Here

TOP

Related Classes of org.archive.wayback.memento.TimeMapRequestParser

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.