Uses of Interface
org.exoplatform.social.common.xmlprocessor.Filter
Packages that use Filter
Package
Description
Provides xml processor classes for sanitize purpose: allows using html tags.
-
Uses of Filter in org.exoplatform.social.common.xmlprocessor
Classes in org.exoplatform.social.common.xmlprocessor that implement FilterMethods in org.exoplatform.social.common.xmlprocessor with parameters of type FilterModifier and TypeMethodDescriptionvoidAdds a defined filter to this processor.voidAdds 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 FilterModifier and TypeClassDescriptionclassThis OpenLinkNewTabFilterPlugin is a plugin for XMLProcessor which will force all links have to be open in new tab.classThe filter escapes all the DOMTree to make sure it cleaned.classThis Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG).