| Class | Description |
|---|---|
| DOMXMLTagFilterPlugin |
This Filter travel through DOM tree and find if any TAG is not satisfied the rules specified by a list of allowed
tags.
|
| OpenLinkNewTabFilterPlugin |
This OpenLinkNewTabFilterPlugin is a plugin for XMLProcessor which will force all links have to be open in new tab.
|
| SanitizeFilterPlugin |
The filter escapes all the DOMTree to make sure it cleaned.
|
| URLConverterFilterPlugin |
This 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.
|
| XMLBalancerFilterPlugin |
This Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG).
|
| XMLTagFilterPlugin |
This is XML Tags and Attributes filter from String input base on whitelist.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.