Modifier and Type | Method and Description |
---|---|
void |
ExceptionRenderer.renderException(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
WaybackException exception,
ResultURIConverter uriConverter)
Render the contents of a WaybackException in either html, javascript, or
css format, depending on the guessed context, so errors in embedded
documents do not cause unneeded errors in the embedding document.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource httpHeadersResource,
Resource payloadResource,
ResultURIConverter uriConverter,
CaptureSearchResults results)
Generate response that replays capture archive
httpHeadersResource , reading archived content (HTTP entity) from
payloadResource . |
void |
ReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource resource,
ResultURIConverter uriConverter,
CaptureSearchResults results)
Generate response that replays capture archive
resource . |
Modifier and Type | Method and Description |
---|---|
void |
ArchivalUrlSAXRewriteReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource httpHeadersResource,
Resource payloadResource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
void |
ArchivalUrlSAXRewriteReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource resource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
Modifier and Type | Method and Description |
---|---|
WaybackException |
UIResults.getException() |
Constructor and Description |
---|
UIResults(WaybackRequest wbRequest,
ResultURIConverter uriConverter,
WaybackException exception)
Constructor for a "exception" UIResults, where little/no context is
available.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlException
Exception indicating no captures can be replayed because
entire URL is blocked by robots.txt or other type of exclusion
rules.
|
class |
AdministrativeAccessControlException |
class |
AnchorWindowTooSmallException |
class |
AuthenticationControlException
Exception class for content inaccessible due to HTTP auth problems, or
user coming from the wrong network.
|
class |
BadContentException |
class |
BadQueryException
Exception class for malformed user query.
|
class |
BetterReplayRequestException
Sub-class of
BetterRequestException for instructing a redirect to
ArchivalUrl for the URL on different timestamp. |
class |
BetterRequestException
Exception class for queries which can be better expressed as another URL, or
should, for one reason or another, be requested at a different URL.
|
class |
ConfigurationException
Exception class for configuration-related problems
|
class |
LiveDocumentNotAvailableException
An error indicating Wayback has failed to load a resource from live Web.
|
class |
LiveWebCacheUnavailableException |
class |
LiveWebTimeoutException |
class |
ResourceIndexNotAvailableException
Exception thrown from
ResourceIndex implementations upon failures
while reading underlining index data. |
class |
ResourceNotAvailableException
Exception class for queries which matching resource is not presently
accessible
|
class |
ResourceNotInArchiveException
Exception class for queries which result in no index matches
|
class |
RobotAccessControlException |
class |
RobotNotAvailableException |
class |
RobotTimedOutAccessControlException |
class |
SpecificCaptureReplayException |
Modifier and Type | Method and Description |
---|---|
void |
BaseExceptionRenderer.renderException(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
WaybackException exception,
ResultURIConverter uriConverter) |
Modifier and Type | Class and Description |
---|---|
class |
TimeGateBadQueryException |
Modifier and Type | Method and Description |
---|---|
boolean |
MementoHandler.renderMementoTimemap(WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
DefaultMementoHandler.renderMementoTimemap(WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
JSPReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource httpHeadersResource,
Resource payloadResource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
void |
DateRedirectReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource httpHeadersResource,
Resource payloadResource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
void |
JSPReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource resource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
abstract void |
ReplayRendererDecorator.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource resource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
Modifier and Type | Method and Description |
---|---|
void |
SWFReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource httpHeadersResource,
Resource payloadResource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
void |
SWFReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
CaptureSearchResult result,
Resource resource,
ResultURIConverter uriConverter,
CaptureSearchResults results) |
Modifier and Type | Method and Description |
---|---|
boolean |
EmbeddedCDXServerIndex.renderMementoTimemap(WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
abstract String |
LiveWebRequestHandler.getLiveWebRedirect(javax.servlet.http.HttpServletRequest request,
WaybackRequest wbRequest,
WaybackException we) |
String |
LiveWebAccessPoint.getLiveWebRedirect(javax.servlet.http.HttpServletRequest request,
WaybackRequest wbRequest,
WaybackException we) |
LiveWebRedirector.LiveWebState |
DefaultLiveWebRedirector.handleRedirect(WaybackException e,
WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Check the statusLiveWebType to see if, given the WaybackExceptions
status code, should redirect ALL, NONE or EMBEDS_ONLY
Before redirecting, will always check with liveweb to see if it returns a 200 request,
then redirect to same request, resulting in 2 checks to liveweb
"default" property is checked if no property is found for current access code
or for other exceptions
If default property is missing, default is to not redirect
|
LiveWebRedirector.LiveWebState |
LiveWebRedirector.handleRedirect(WaybackException e,
WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
protected ArcResource |
LiveWebAccessPoint.getLiveWebResource(CaptureSearchResult result,
String urlString) |
protected void |
AccessPoint.handleQuery(WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
protected void |
AccessPoint.handleReplay(WaybackRequest wbRequest,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
Copyright © 2005–2015 IIPC. All rights reserved.