Package | Description |
---|---|
sunlabs.brazil.filter | |
sunlabs.brazil.proxy |
Modifier and Type | Class and Description |
---|---|
class |
CopyContentFilter
Filter to save content (of an entire site) to a disk file.
|
class |
ExecFilter
Filter to Run all content through an external process filter.
|
class |
MD5Filter
Filter to compute the MD5 checksum of the content, and
generate the appropriate "Content-MD5" http header.
|
class |
PlainFilter
Filter to turn text/plain into html.
|
class |
ReFilter
Filter to replace text content via a reqular expression substitution.
|
class |
ReplaceFilter
Filter to replace current content with a static form, or template.
|
class |
SessionFilter
Filter to manage browser sessions using browser cookies or URL
rewriting as needed.
|
class |
TemplateFilter
The
TemplateFilter sends HTML content through an
Html/XML parser to a set of Template s. |
class |
UrlMapFilter
Filter to Map url's from any proxied content.
|
class |
UrlSessionFilter
Sample filter to use url's instead of cookies for sessions.
|
Modifier and Type | Field and Description |
---|---|
Filter[] |
FilterHandler.filters |
Modifier and Type | Class and Description |
---|---|
class |
CookieFilter
The
CookieFilter keeps a
record of all the browser cookies associated with a given session. |
class |
HistoryFilter
The
HistoryFilter is both a Handler and a
Filter that keeps a record of all pages visited by a
given session. |