Package sunlabs.brazil.filter
package sunlabs.brazil.filter
-
ClassDescriptionFilter 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 theFilterHandler
to examine and dynamically rewrite the contents of web pages obtained from some source before returning that page to the client.TheFilterHandler
captures the output of anotherHandler
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.TheTemplateFilter
sends HTML content through an Html/XML parser to a set ofTemplate
s.Filter to Map url's from any proxied content.Sample filter to use url's instead of cookies for sessions.