Package sunlabs.brazil.filter


package sunlabs.brazil.filter
  • Class
    Description
    Filter to save content (of an entire site) to a disk file.
    Filter to Run all content through an external process 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.
    The FilterHandler captures the output of another Handler and allows the ouput to be modified.
    Filter to compute the MD5 checksum of the content, and generate the appropriate "Content-MD5" http header.
    Filter to turn text/plain into html.
    Filter to replace text content via a reqular expression substitution.
    Filter to replace current content with a static form, or template.
    Filter to manage browser sessions using browser cookies or URL rewriting as needed.
    The TemplateFilter sends HTML content through an Html/XML parser to a set of Templates.
    Filter to Map url's from any proxied content.
    Sample filter to use url's instead of cookies for sessions.