Class XMLBalancerFilterPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.social.common.xmlprocessor.BaseXMLFilterPlugin
-
- org.exoplatform.social.common.xmlprocessor.filters.XMLBalancerFilterPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,Filter
public class XMLBalancerFilterPlugin extends BaseXMLFilterPlugin
This Filter try Smart way to autoCorrect the typo in HTML input (auto close opened TAG, escape wrong TAG).- Author:
- Ly Minh Phuong - http://phuonglm.net
-
-
Constructor Summary
Constructors Constructor Description XMLBalancerFilterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoFilter(Object input)Filters the input data.
-