Package org.archive.wayback.requestparser

Class Summary
BaseRequestParser Class that implements the RequestParser interface, and also understands how to: This class will attempt to use the overridable parseCustom() method to create the WaybackRequest object, but if that fails (returns null), it will fall back to: A) attempting to parse out an incoming OpenSearch format query B) attempting to parse out any and all incoming form elements submitted as either GET or POST arguments This class also contains the functionality to extract HTTP header information into WaybackRequest objects, including Http auth info, referer, remote IPs, etc.
CompositeRequestParser  
FormRequestParser  
OpenSearchRequestParser  
PathRequestParser Subclass of RequestParser that acquires key request information from the path component following the wayback context.
 



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