Package overit.geocall.ui.cleaner
package overit.geocall.ui.cleaner
-
ClassesClassDescriptionAbstract class that must be extended to implements a Cleaner object, i.e. the object that perform the input sanitization to prevent the cross site scripting attacksThis class implements the
Cleanerobject that performs the sanitization that allows to insert safe html code, but prevents the insert of active html (such as the scripts).This class implements theCleanerobject that does not perform any sanitizationThis class implements theCleanerobject that performs the sanitization that allows to insert some safe html code just to obtain a minimum of formatting (like bold, italic, paragraphs, etc), but prevents the insert of active html (such as the scripts).This class implements theCleanerobject that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.This class implements theCleanerobject that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.