| Package | Description |
|---|---|
| org.apache.portals.applications.webcontent2.proxy.impl |
Server-side components for building a reverse proxy service,
including commands and chains,
RequestContext,
ProxyMapping, registry, HttpClient related implementations, etc. |
| org.apache.portals.applications.webcontent2.rewriter |
Apache Portals Applications Web Content 2 Content Rewriter API
|
| org.apache.portals.applications.webcontent2.rewriter.htmlcleaner |
HtmlCleaner based generic
ContentRewriter implementations
for Apache Portals Applications Web Content 2 Content Rewriter module. |
| org.apache.portals.applications.webcontent2.rewriter.impl |
Simple built-in implementations for Apache Portals Applications Web Content 2
Content Rewriter module, including base text line based
ContentRewriter,
stream based Source and Sink, and
simple ContentRewritingContext implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
GzippedSource
Acts as an holder for a content rewriting Source in the form of a gzipped
Source. |
class |
HttpEntitySource
Acts as an holder for a content rewriting Source in the form of an
HttpEntity. |
| Constructor and Description |
|---|
GzippedSource(Source source)
Constructs a
GzippedSource for the underlying gzipped source. |
GzippedSource(Source source,
String characterEncoding)
Constructs a
GzippedSource for the underlying gzipped source
with the specific characterEncoding which can be used when GzippedSource.getReader()
is invoked from the underlying gzipped byte stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentRewriter.rewrite(Source source,
Sink sink,
ContentRewritingContext context)
Reads content from the
source, transforms the content and writes to the sink. |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlCleanerContentRewriter.rewrite(Source source,
Sink sink,
ContentRewritingContext context)
Reads content from the
source, transforms the content and writes to the sink. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamSource
Acts as an holder for a content rewriting Source in the form of a byte or character stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTextLineContentRewriter.rewrite(Source source,
Sink sink,
ContentRewritingContext context)
Reads content from the
source, transforms the content and writes to the sink. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.