Expresso 5-6

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

Packages that use com.jcorporate.expresso.core.security.filters
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.security.filters Contains the mechanisms to filter malicious control characters from strings before being sent to a browser. 
 

Classes in com.jcorporate.expresso.core.security.filters used by com.jcorporate.expresso.core.dbobj
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.
 

Classes in com.jcorporate.expresso.core.security.filters used by com.jcorporate.expresso.core.security.filters
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.
FilterTreeNode
          This class provides a "filter parse tree" interface to the system.
HtmlFilter
          This class provides a filter implementation of the Filter class for stripping out HTML tags in order to protect against XSS exploits
HtmlPlusURLFilter
          This class provides a filter implementation for HTML output, protecting against XSS exploits, plus it creates anchor () tags for anything that starts with 'http://', 'www
 


Expresso 5-6

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