Uses of Interface
sunlabs.brazil.filter.Filter
Packages that use Filter
-
Uses of Filter in sunlabs.brazil.filter
Classes in sunlabs.brazil.filter that implement FilterModifier and TypeClassDescriptionclassFilter to save content (of an entire site) to a disk file.classFilter to Run all content through an external process filter.classFilter to compute the MD5 checksum of the content, and generate the appropriate "Content-MD5" http header.classFilter to turn text/plain into html.classFilter to replace text content via a reqular expression substitution.classFilter to replace current content with a static form, or template.classFilter to manage browser sessions using browser cookies or URL rewriting as needed.classTheTemplateFiltersends HTML content through an Html/XML parser to a set ofTemplates.classFilter to Map url's from any proxied content.classSample filter to use url's instead of cookies for sessions.Fields in sunlabs.brazil.filter declared as Filter -
Uses of Filter in sunlabs.brazil.proxy
Classes in sunlabs.brazil.proxy that implement FilterModifier and TypeClassDescriptionclassTheCookieFilterkeeps a record of all the browser cookies associated with a given session.classTheHistoryFilteris both aHandlerand aFilterthat keeps a record of all pages visited by a given session.