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
Filterinterface is used by theFilterHandlerto examine and dynamically rewrite the contents of web pages obtained from some source before returning that page to the client.TheFilterHandlercaptures the output of anotherHandlerand 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.TheTemplateFiltersends HTML content through an Html/XML parser to a set ofTemplates.Filter to Map url's from any proxied content.Sample filter to use url's instead of cookies for sessions.