Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.security.filters.Filter

Packages that use Filter
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. 
 

Uses of Filter in com.jcorporate.expresso.core.dbobj
 

Methods in com.jcorporate.expresso.core.dbobj that return Filter
 Filter DBObject.setFilterClass(Filter filter)
          set the filter class that will be used for all string filtering for this object instance ONLY.
 

Methods in com.jcorporate.expresso.core.dbobj with parameters of type Filter
 Filter DBObject.setFilterClass(Filter filter)
          set the filter class that will be used for all string filtering for this object instance ONLY.
 

Uses of Filter in com.jcorporate.expresso.core.security.filters
 

Subclasses of Filter in com.jcorporate.expresso.core.security.filters
 class AllowedHtmlPlusURLFilter
          This class provides a filter implementation for HTML output, protecting against XSS exploits, but allows a small subset of HTML through, for simple formatting.
 class gb2312
          This class provides a filter implementation of the Filter class for the chinese gb2312
 class HtmlFilter
          This class provides a filter implementation of the Filter class for stripping out HTML tags in order to protect against XSS exploits
 class 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
 class 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.
 class ISO_8859_1_eForum
          Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now.
 class RawFilter
          This class provides a filter implementation of the Filter class for returning raw, unfiltered values
 class XmlFilter
          This class provides a filter implementation of the Filter class for XML
 


Expresso 5-6

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