org.exoplatform.social.common.xmlprocessor
Class BaseXMLFilterPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.social.common.xmlprocessor.BaseXMLFilterPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, Filter
Direct Known Subclasses:
DOMContentEscapeFilterPlugin, DOMLineBreakerFilterPlugin, DOMXMLTagFilterPlugin, LineBreakerFilterPlugin, URLConverterFilterPlugin, XMLBalancerFilterPlugin, XMLTagFilterPlugin

public abstract class BaseXMLFilterPlugin
extends org.exoplatform.container.component.BaseComponentPlugin
implements Filter

Base component for Filter. Any component plugin for XMLProcessor must extends this class.

Since:
Jun 29, 2011, 1.2.1
Author:
hoatle (hoatlevan at gmail dot com)

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
BaseXMLFilterPlugin()
           
 
Method Summary
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exoplatform.social.common.xmlprocessor.Filter
doFilter
 

Constructor Detail

BaseXMLFilterPlugin

public BaseXMLFilterPlugin()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.