Class CommonsXMLConfigurationPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class CommonsXMLConfigurationPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Created by The eXo Platform SAS.
The plugin for configuring command/chain catalog using "native" Apache Commons Chain's XML file
Version:
$Id: CommonsXMLConfigurationPlugin.java 9846 2006-10-27 11:03:37Z geaz $
Author:
Gennady Azarenkov
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommonsXMLConfigurationPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.configuration.ConfigurationManager configurationManager)
     
  • 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
  • Constructor Details

    • CommonsXMLConfigurationPlugin

      public CommonsXMLConfigurationPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.configuration.ConfigurationManager configurationManager) throws Exception
      Throws:
      Exception