Expresso 5-6

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

Packages that use HtmlFilter
com.jcorporate.expresso.core.security.filters Contains the mechanisms to filter malicious control characters from strings before being sent to a browser. 
 

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

Subclasses of HtmlFilter 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 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.