org.exoplatform.container.management
Class ManageableComponentAdapter
java.lang.Object
org.exoplatform.container.management.ManageableComponentAdapter
- All Implemented Interfaces:
- org.picocontainer.ComponentAdapter
public class ManageableComponentAdapter
- extends Object
- implements org.picocontainer.ComponentAdapter
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManageableComponentAdapter
public ManageableComponentAdapter(ManageableContainer container,
org.picocontainer.ComponentAdapter delegate)
getComponentKey
public Object getComponentKey()
- Specified by:
getComponentKey in interface org.picocontainer.ComponentAdapter
getComponentImplementation
public Class getComponentImplementation()
- Specified by:
getComponentImplementation in interface org.picocontainer.ComponentAdapter
getComponentInstance
public Object getComponentInstance(org.picocontainer.PicoContainer pico)
throws org.picocontainer.PicoInitializationException,
org.picocontainer.PicoIntrospectionException
- Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
- Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException
verify
public void verify(org.picocontainer.PicoContainer container)
throws org.picocontainer.PicoIntrospectionException
- Specified by:
verify in interface org.picocontainer.ComponentAdapter
- Throws:
org.picocontainer.PicoIntrospectionException
accept
public void accept(org.picocontainer.PicoVisitor visitor)
- Specified by:
accept in interface org.picocontainer.ComponentAdapter
Copyright © 2015 eXo Platform SAS. All Rights Reserved.