Interface | Description |
---|---|
Filter |
The
Filter interface is used by the
FilterHandler
to examine and dynamically rewrite the contents of web pages obtained from
some source before returning that page to the client. |
Class | Description |
---|---|
CopyContentFilter |
Filter to save content (of an entire site) to a disk file.
|
ExecFilter |
Filter to Run all content through an external process filter.
|
FilterHandler |
The
FilterHandler captures the output of another
Handler and allows the ouput to
be modified. |
MD5Filter |
Filter to compute the MD5 checksum of the content, and
generate the appropriate "Content-MD5" http header.
|
PlainFilter |
Filter to turn text/plain into html.
|
ReFilter |
Filter to replace text content via a reqular expression substitution.
|
ReplaceFilter |
Filter to replace current content with a static form, or template.
|
SessionFilter |
Filter to manage browser sessions using browser cookies or URL
rewriting as needed.
|
TemplateFilter |
The
TemplateFilter sends HTML content through an
Html/XML parser to a set of Template s. |
UrlMapFilter |
Filter to Map url's from any proxied content.
|
UrlSessionFilter |
Sample filter to use url's instead of cookies for sessions.
|