Uses of Class
org.archive.wayback.webapp.AccessPoint

Packages that use AccessPoint
org.archive.wayback   
org.archive.wayback.core   
org.archive.wayback.domainprefix   
org.archive.wayback.proxy   
org.archive.wayback.requestparser   
 

Uses of AccessPoint in org.archive.wayback
 

Methods in org.archive.wayback with parameters of type AccessPoint
 WaybackRequest RequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
          attempt to transform an incoming HttpServletRequest into a WaybackRequest object.
 

Uses of AccessPoint in org.archive.wayback.core
 

Methods in org.archive.wayback.core that return AccessPoint
 AccessPoint WaybackRequest.getAccessPoint()
           
 

Methods in org.archive.wayback.core with parameters of type AccessPoint
 void WaybackRequest.setAccessPoint(AccessPoint accessPoint)
           
 

Uses of AccessPoint in org.archive.wayback.domainprefix
 

Methods in org.archive.wayback.domainprefix with parameters of type AccessPoint
 WaybackRequest DomainPrefixRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 

Uses of AccessPoint in org.archive.wayback.proxy
 

Methods in org.archive.wayback.proxy with parameters of type AccessPoint
 WaybackRequest ProxyReplayRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 WaybackRequest ProxyRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 

Uses of AccessPoint in org.archive.wayback.requestparser
 

Methods in org.archive.wayback.requestparser with parameters of type AccessPoint
 WaybackRequest FormRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 WaybackRequest PathRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
abstract  WaybackRequest BaseRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 WaybackRequest CompositeRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 WaybackRequest OpenSearchRequestParser.parse(javax.servlet.http.HttpServletRequest httpRequest, AccessPoint wbContext)
           
 



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