Uses of Class
overit.geocall.ui.cleaner.Cleaner
Packages that use Cleaner
Package
Description
-
Uses of Cleaner in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as Cleaner -
Uses of Cleaner in overit.geocall.ui
Fields in overit.geocall.ui declared as CleanerMethods in overit.geocall.ui that return Cleaner -
Uses of Cleaner in overit.geocall.ui.cleaner
Subclasses of Cleaner in overit.geocall.ui.cleanerModifier and TypeClassDescriptionclassThis class implements theCleanerobject that performs the sanitization that allows to insert safe html code, but prevents the insert of active html (such as the scripts).classThis class implements theCleanerobject that does not perform any sanitizationclassThis 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).classThis class implements theCleanerobject that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.classThis class implements theCleanerobject that performs the strongest type of sanitization, ie the one that considers the whole text as simple plain text.Methods in overit.geocall.ui.cleaner that return CleanerModifier and TypeMethodDescriptionstatic final CleanerCleaner.html()html cleaner provider for a single threadstatic final CleanerCleaner.none()dumb cleaner provider for a single threadstatic final CleanerCleaner.rtf()rtf cleaner provider for a single threadabstract CleanerCleaner.safeCopy()Deprecated.use equivalent static method Cleaner objectHtmlCleaner.safeCopy()Returns a new instance of the cleaner totally independent of the original, because the cleaning methodology is not thread safeNoneCleaner.safeCopy()Returns the instance of NoneCleaner in fact the cleaning methodology, that is absent, is thread safeRtfCleaner.safeCopy()Returns a new instance of the cleaner totally independent of the original, because the cleaning methodology is not thread safeTextCleaner.safeCopy()Returns the instance of TextCleaner in fact the cleaning methodology of this kind of Cleaner is thread safeXmlCleaner.safeCopy()Returns the instance of TextCleaner in fact the cleaning methodology of this kind of Cleaner is thread safestatic CleanerCleaner.safeInstance(String name) Factory that returns a cleaner based on the name and looking for it in the cleaner dictionary, defined in the system configuration.static final CleanerCleaner.text()text cleaner provider for a single threadstatic final CleanerCleaner.xml()xml cleaner provider for a single thread -
Uses of Cleaner in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer
Fields in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer declared as CleanerMethods in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer that return Cleaner -
Uses of Cleaner in overit.geocallapp.wfm.core.ux.schedule.tooltip.configuration
Methods in overit.geocallapp.wfm.core.ux.schedule.tooltip.configuration that return Cleaner