| Interface | Description |
|---|---|
| ClosestResultSelector |
New interface component on Replay to allow customized selection of the
"best" particular search result from a set to return for a particular
request.
|
| HttpHeaderProcessor | |
| ReplayCaptureSelector |
Given
WaybackRequest and CaptureSearchResults,
ReplayCaptureSelector returns CaptureSearchResult in the
order of preference to fulfill the replay request. |
| ReplayRendererDecoratorFactory | |
| ReplayRendererSelector |
| Class | Description |
|---|---|
| CompositeResource |
Virtual
Resource made up from pair of header resource
and payload resource. |
| DateRedirectingClosestResultSelector | Deprecated
1.8.1 2014-07-02 now this class is identical to
DefaultClosestResultSelector in behavior. |
| DateRedirectReplayRenderer | |
| DefaultClosestResultSelector | |
| DefaultReplayCaptureSelector |
Default implementation of
ReplayCaptureSelector. |
| GzipDecodingResource | |
| HttpHeaderOperation | |
| IdentityHttpHeaderProcessor |
HttpHeaderProcessor which passes through all headers as-is.
|
| JSPExecutor |
Class which encapsulates all Replay context information needed to execute
a .jsp file in the "context" of a particular replay request.
|
| JSPReplayRenderer |
ReplayRenderer implementation which just forwards responsibility for
rendering a resource to a .jsp file.
|
| PreservingHttpHeaderProcessor |
base class for
HttpHeaderProcessor that preserves original headers
by prepending header name with given prefix. |
| RedirectRewritingHttpHeaderProcessor |
HttpHeaderProcessor that preserves all headers by prepending a prefix,
translates URL in resource location headers and pass-through certain headers. |
| ReplayRendererDecorator | |
| SelectorReplayDispatcher |
ReplayDispatcher instance which uses a configurable ClosestResultSelector
to find the best result to show from a given set, and a list of
ReplayRendererSelector to determine how best to replay that result to a user.
|
| StringHttpServletResponseWrapper | |
| TagMagix |
Library for updating arbitrary attributes in arbitrary tags to rewrite HTML
documents so URI references point back into the Wayback Machine.
|
| TextDocument |
Class which wraps functionality for converting a Resource(InputStream +
HTTP headers) into a StringBuilder, performing several common URL
resolution methods against that StringBuilder, inserting arbitrary Strings
into the page, and then converting the page back to a byte array.
|
| TextReplayRenderer |
ReplayRenderer for rewriting textual resource with TextDocument. |
| TransparentReplayRenderer |
ReplayRenderer implementation which returns the archive document as
pristinely as possible -- no modifications to response code, HTTP headers,
or original byte-stream.
|
| XArchiveHttpHeaderProcessor |
HttpHeaderProcessor that renames all headers by prepending a prefix,
except for a few pass-through headers. |
Copyright © 2005–2015 IIPC. All rights reserved.