org.exoplatform.social.common.xmlprocessor
Interface Filter

All Known Implementing Classes:
BaseXMLFilterPlugin, DOMContentEscapeFilterPlugin, DOMLineBreakerFilterPlugin, DOMXMLTagFilterPlugin, LineBreakerFilterPlugin, URLConverterFilterPlugin, XMLBalancerFilterPlugin, XMLTagFilterPlugin

public interface Filter

The filter actually does the work of filtering the input and returns the result. Many filters are added into filter chains and are used by XMLProcessor to process input.

Since:
1.2.1
Author:
Ly Minh Phuong - http://phuonglm.net

Method Summary
 Object doFilter(Object input)
          Filters the input data.
 

Method Detail

doFilter

Object doFilter(Object input)
Filters the input data.

Parameters:
input - the input data
Returns:
an Object with the result after filtered


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.