Class BaseXMLFilterPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.xmlprocessor.BaseXMLFilterPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, Filter
Direct Known Subclasses:
OpenLinkNewTabFilterPlugin, SanitizeFilterPlugin, XMLBalancerFilterPlugin

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.
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 Details

    • BaseXMLFilterPlugin

      public BaseXMLFilterPlugin()