Package overit.geocall.ui.cleaner
Class NoneCleaner
java.lang.Object
overit.geocall.ui.cleaner.Cleaner
overit.geocall.ui.cleaner.NoneCleaner
- All Implemented Interfaces:
Serializable
This class implements the
Cleaner object that does not perform any sanitization- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionQuotes the string passed as parameter, to prevent browser unwanted interpretation.safeCopy()Returns the instance of NoneCleaner in fact the cleaning methodology, that is absent, is thread safeReturns the same string passed as parameter, without any type of sanitization.
-
Constructor Details
-
NoneCleaner
protected NoneCleaner()
-
-
Method Details
-
safeCopy
Returns the instance of NoneCleaner in fact the cleaning methodology, that is absent, is thread safe -
sift
Returns the same string passed as parameter, without any type of sanitization. -
quote
Description copied from class:CleanerQuotes the string passed as parameter, to prevent browser unwanted interpretation.
-