Uses of Class
org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerDescriptor
-
Packages that use HtmlSanitizerDescriptor Package Description org.nuxeo.ecm.platform.htmlsanitizer -
-
Uses of HtmlSanitizerDescriptor in org.nuxeo.ecm.platform.htmlsanitizer
Fields in org.nuxeo.ecm.platform.htmlsanitizer with type parameters of type HtmlSanitizerDescriptor Modifier and Type Field Description List<HtmlSanitizerDescriptor>
HtmlSanitizerServiceImpl. allSanitizers
All sanitizers registered.List<HtmlSanitizerDescriptor>
HtmlSanitizerServiceImpl. sanitizers
Effective sanitizers.Methods in org.nuxeo.ecm.platform.htmlsanitizer that return types with arguments of type HtmlSanitizerDescriptor Modifier and Type Method Description protected List<HtmlSanitizerDescriptor>
HtmlSanitizerServiceImpl. getSanitizers()
Methods in org.nuxeo.ecm.platform.htmlsanitizer with parameters of type HtmlSanitizerDescriptor Modifier and Type Method Description protected void
HtmlSanitizerServiceImpl. addSanitizer(HtmlSanitizerDescriptor desc)
protected void
HtmlSanitizerServiceImpl. removeSanitizer(HtmlSanitizerDescriptor desc)
-