Uses of Class
org.archive.wayback.core.UrlSearchResults

Packages that use UrlSearchResults
org.archive.wayback   
org.archive.wayback.core   
org.archive.wayback.query   
org.archive.wayback.resourceindex   
 

Uses of UrlSearchResults in org.archive.wayback
 

Methods in org.archive.wayback with parameters of type UrlSearchResults
 void QueryRenderer.renderUrlResults(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse response, WaybackRequest wbRequest, UrlSearchResults results, ResultURIConverter uriConverter)
          Show the SearchResults of the request which may have resulted in multiple matching URLs.
 

Uses of UrlSearchResults in org.archive.wayback.core
 

Methods in org.archive.wayback.core that return UrlSearchResults
 UrlSearchResults UIResults.getUrlResults()
           
 

Constructors in org.archive.wayback.core with parameters of type UrlSearchResults
UIResults(WaybackRequest wbRequest, ResultURIConverter uriConverter, UrlSearchResults urlResults)
          Constructor for "Url Prefix Query" UIResults, where the request successfully matched something from the index.
 

Uses of UrlSearchResults in org.archive.wayback.query
 

Methods in org.archive.wayback.query with parameters of type UrlSearchResults
 void Renderer.renderUrlResults(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, UrlSearchResults results, ResultURIConverter uriConverter)
           
 

Uses of UrlSearchResults in org.archive.wayback.resourceindex
 

Methods in org.archive.wayback.resourceindex that return UrlSearchResults
 UrlSearchResults LocalResourceIndex.doUrlQuery(WaybackRequest wbRequest)
           
 



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