Package org.olat.core.util.filter.impl

Class Summary
AddBaseURLToMediaRelativeURLFilter Description:
This filter searches in the given HTML string for relative media urls that point to media files and adds the given mapper base path to this URL to deliver the media files with absolute URLs.
AddBaseURLToMediaRelativeURLFilterTest Description:
This test case tests the add base url to html filter
ConditionalHTMLCommentsFilter Description:
The conditional HTML comments filter takes a string and filters all IE specific conditional comments away.
ConditionalHtmlCommentsFilterTest Description:
This test case tests the simle html tags filter
NekoHTMLFilter Description:
Filter the HTML code using Neko SAX parser and extract the content.
OWASPAntiSamyXSSFilter Description:
OWASP AntiSamy XSSFilter creates a DOM-Tree, parses it and filters everything invalid out, expect items in the policy-file this is way better than trying to handle input by regexp's: http://htmlparsing.icenine.ca/doku.php/#summary OWASP AntiSamy docu: see http://www.owasp.org/index.php/AntiSamy HTML Parser based on: http://nekohtml.sourceforge.net/
SimpleHTMLTagsFilter Description:
The html tags filter takes a string and filters all HTML tags.
SimpleHTMLTagsFilterTest Description:
This test case tests the simle html tags filter
XMLValidCharacterFilter  
XSSFilterTest Description:
This test case tests the cross site scripting filter