Class 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 Detail

      • XMLBalancerFilterPlugin

        public XMLBalancerFilterPlugin()
    • Method Detail

      • doFilter

        public Object doFilter​(Object input)
        Filters the input data.
        Parameters:
        input - the input data
        Returns:
        an Object with the result after filtered