Uses of Interface
org.exoplatform.social.common.xmlprocessor.Filter
-
Packages that use Filter Package Description org.exoplatform.social.common.xmlprocessor Provides xml processor classes for sanitize purpose: allows using html tags.org.exoplatform.social.common.xmlprocessor.filters -
-
Uses of Filter in org.exoplatform.social.common.xmlprocessor
Classes in org.exoplatform.social.common.xmlprocessor that implement Filter Modifier and Type Class Description classBaseXMLFilterPluginBase component forFilter.Methods in org.exoplatform.social.common.xmlprocessor with parameters of type Filter Modifier and Type Method Description voidXMLProcessor. addFilter(Filter filter)Adds a defined filter to this processor.voidXMLProcessorImpl. addFilter(Filter filter)Adds a defined filter to this processor.voidXMLProcessor. removeFilter(Filter addedFilter)Removes a defined filter which is added.voidXMLProcessorImpl. removeFilter(Filter addedFilter)Removes a defined filter which is added. -
Uses of Filter in org.exoplatform.social.common.xmlprocessor.filters
Classes in org.exoplatform.social.common.xmlprocessor.filters that implement Filter Modifier and Type Class Description classOpenLinkNewTabFilterPluginThis OpenLinkNewTabFilterPlugin is a plugin for XMLProcessor which will force all links have to be open in new tab.classSanitizeFilterPluginThe filter escapes all the DOMTree to make sure it cleaned.classURLConverterFilterPluginThis URLConverterFilterPlugin is a plugin for XMLProcessor which will auto convert any detected text link into real links, for example: http://abc.com => <a href="http://abc.com" title="http://abc.com">http://abc.com</a> Moreover, this plugin can trim any link to a fix size when it's too long by specifying the urlMaxLength via init params.classXMLBalancerFilterPluginThis Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG).
-