| Package | Description |
|---|---|
| org.apache.portals.applications.webcontent2.portlet.proxy |
Generic and simple reverse proxy portlet implementations.
|
| org.apache.portals.applications.webcontent2.proxy |
Apache Portals Applications Web Content 2 Reverse Proxy API
|
| 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 |
MimeResponseSink
Acts as an holder for a content rewriting
Sink
in the form of byte or character stream of MimeResponse. |
| Modifier and Type | Method and Description |
|---|---|
Sink |
PortletRequestContext.getSink()
Returns the
Sink instance used in the current reverse proxy processing. |
| Modifier and Type | Method and Description |
|---|---|
Sink |
RequestContext.getSink()
Returns the
Sink instance used in the current reverse proxy processing. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletResponseSink
Acts as an holder for a content rewriting
Sink
in the form of byte or character stream of HttpServletResponse. |
| Modifier and Type | Method and Description |
|---|---|
Sink |
ServletRequestContext.getSink()
Returns the
Sink instance used in the current reverse proxy processing. |
| 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 |
StreamSink
Acts as an holder for a content rewriting
Sink in the form of 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.