Expresso 5-5-0

Package com.jcorporate.expresso.core.security.filters

Contains the mechanisms to filter malicious control characters from strings before being sent to a browser.

See:
          Description

Class Summary
Filter This is the base class for all filters.
FilterManager The primary purpose of this class is to filer out particular characters from a HTTP respone.
FilterTest Unit test for Security Filters
FilterTree A filter tree is a data structure that allows for quick matching and replacement of strings.
FilterTreeNode This class provides a "filter parse tree" interface to the system.
FilterTreeTest Unit test for the Filter Tree System.
gb2312 This class provides a filter implementation of the Filter class for the chinese gb2312
HtmlFilter This class provides a filter implementation of the Filter class for converting to HTML output
HtmlPlusURLFilter This class subclasses HtmlFilter, plus it creates anchor () tags for anything that starts with 'http://', 'www
ISO_8859_1 This class provides a filter implementation of the Filter class for the ISO-8859-1 character set (also known as the Roman Character set) in other words the characters used in the Western European Languages.
ISO_8859_1_eForum Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now.
RawFilter This class provides a filter implementation of the Filter class for returning raw, unfiltered values
XmlFilter This class provides a filter implementation of the Filter class for XML
 

Package com.jcorporate.expresso.core.security.filters Description

Contains the mechanisms to filter malicious control characters from strings before being sent to a browser.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.