|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseXMLFilterPlugin | |
|---|---|
| org.exoplatform.social.common.xmlprocessor | Provides xml processor classes for sanitize purpose: allows using html tags. |
| org.exoplatform.social.common.xmlprocessor.filters | |
| Uses of BaseXMLFilterPlugin in org.exoplatform.social.common.xmlprocessor |
|---|
| Methods in org.exoplatform.social.common.xmlprocessor with parameters of type BaseXMLFilterPlugin | |
|---|---|
void |
XMLProcessorImpl.addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Adds a defined filter component plugin to this processor. |
void |
XMLProcessor.addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Adds a defined filter component plugin to this processor. |
void |
XMLProcessorImpl.removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Removes the existing filter component plugin from this processor. |
void |
XMLProcessor.removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Removes the existing filter component plugin from this processor. |
| Uses of BaseXMLFilterPlugin in org.exoplatform.social.common.xmlprocessor.filters |
|---|
| Subclasses of BaseXMLFilterPlugin in org.exoplatform.social.common.xmlprocessor.filters | |
|---|---|
class |
DOMContentEscapeFilterPlugin
The filter escapes all content of the DOMTree to make sure it cleaned. |
class |
DOMLineBreakerFilterPlugin
This filter checks if DOM tree Content contain native line-break character and replace it with <br /> tags. |
class |
DOMXMLTagFilterPlugin
This Filter travel through DOM tree and find if any TAG is not satisfied the rules specified by a list of allowed tags. |
class |
LineBreakerFilterPlugin
This Filter repace native line break character in String input and replace it with HTML / tag. |
class |
URLConverterFilterPlugin
This URLConverterFilterPlugin is a plugin for XMLProcessor which will auto convert any detected text link into real links, for example: http://abc.com => http://abc.com Moreover, this plugin can trim any link to a fix size when it's too long by specifying the urlMaxLength via init params. |
class |
XMLBalancerFilterPlugin
This Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG). |
class |
XMLTagFilterPlugin
This is XML Tags and Attributes filter from String input base on whitelist. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||