Package | Description |
---|---|
org.archive.wayback.archivalurl | |
org.archive.wayback.replay.html.rewrite | |
org.archive.wayback.replay.html.rules | |
org.archive.wayback.replay.html.transformer |
Modifier and Type | Method and Description |
---|---|
StringTransformer |
FastArchivalUrlReplayParseEventHandler.getJsBlockTrans() |
StringTransformer |
ArchivalURLJSStringTransformerReplayRenderer.getTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
StandardAttributeRewriter.setJsBlockTrans(StringTransformer jsBlockTrans)
set StringTransformer for rewriting JavaScript attribute values.
|
void |
FastArchivalUrlReplayParseEventHandler.setJsBlockTrans(StringTransformer jsBlockTrans)
StringTransformer used for rewriting JavaScript code block
(
<SCRIPT> and javascript: attribute). |
void |
ArchivalURLJSStringTransformerReplayRenderer.setTransformer(StringTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
void |
StandardAttributeRewriter.setCustomTransformers(Map<String,StringTransformer> customTransformers)
add more
StringTransformer s. |
Constructor and Description |
---|
StandardAttributeRewriter.TransformAttr(String attrName,
StringTransformer transformer) |
StandardAttributeRewriter.TransformAttrIfAttrValue(String attrName,
StringTransformer transformer,
String testAttrName,
String testAttrValue) |
Modifier and Type | Class and Description |
---|---|
class |
RewritingStringTransformer
StringTransformer that manages a collection of named
RewriteRule s, and applies one or more of them whose name matching
ParseContext.getOraclePolicy() value. |
Modifier and Type | Method and Description |
---|---|
StringTransformer |
StyleContentRule.getTransformer() |
StringTransformer |
JSContentRule.getTransformer() |
StringTransformer |
AttributeModifyingRule.getTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
StyleContentRule.setTransformer(StringTransformer transformer) |
void |
JSContentRule.setTransformer(StringTransformer transformer) |
void |
AttributeModifyingRule.setTransformer(StringTransformer transformer) |
Modifier and Type | Class and Description |
---|---|
class |
BaseHrefStringTransformer |
class |
BlockCSSStringTransformer
StringTransformer for translating URLs found in <STYLE> element.
|
class |
CompositeStringTransformer
StringTransformer that aggregates multiple sub-
StringTransformer s that are applied in sequence. |
class |
ExtractInsertTransformer |
class |
IdentityStringTransformer |
class |
InlineCSSStringTransformer
StringTransformer that rewrites URLs in CSS in STYLE
attribute. |
class |
JSStringTransformer
Translates absolute URLs found in JavaScript code block.
|
class |
MetaRefreshUrlStringTransformer
Translates URL found in META-REFRESH's
CONTENT attribute. |
class |
MultiRegexReplaceStringTransformer
Deprecated.
2014-11-05 use
CompositeStringTransformer |
class |
RegexReplaceStringTransformer
Replaces all occurrence of regular expression
regex in input
with replacement . |
class |
URLStringTransformer
StringTransformer for translating URLs.
|
Modifier and Type | Method and Description |
---|---|
StringTransformer |
URLStringTransformer.getJsTransformer() |
Modifier and Type | Method and Description |
---|---|
List<StringTransformer> |
CompositeStringTransformer.getTransformers() |
Modifier and Type | Method and Description |
---|---|
void |
URLStringTransformer.setJsTransformer(StringTransformer jsTransformer)
transformer for
javascript: URIs. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeStringTransformer.setTransformers(List<StringTransformer> transformers) |
Copyright © 2005–2015 IIPC. All rights reserved.