Package overit.geocall.ui.cleaner


package overit.geocall.ui.cleaner
  • Classes
    Class
    Description
    Abstract 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 attacks
    This class implements the Cleaner object 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 the Cleaner object that does not perform any sanitization
    This class implements the Cleaner object 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 the Cleaner object that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.
    This class implements the Cleaner object that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.