Uses of Class
com.jalios.jcms.wysiwyg.safety.AttributeCleaner
-
Packages that use AttributeCleaner Package Description com.jalios.jcms.wysiwyg com.jalios.jcms.wysiwyg.safety -
-
Uses of AttributeCleaner in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return types with arguments of type AttributeCleaner Modifier and Type Method Description java.util.List<AttributeCleaner>
WysiwygManager. loadAttributeCleaners(JProperties properties)
Initialize HTML attributes cleaner from properties. -
Uses of AttributeCleaner in com.jalios.jcms.wysiwyg.safety
Subclasses of AttributeCleaner in com.jalios.jcms.wysiwyg.safety Modifier and Type Class Description class
InlineStyleCleaner
Clean HTMLstyle
attribute using a whitelist of authorized css properties.
-