org.exoplatform.container
Class SimpleComponentAdapter
java.lang.Object
org.exoplatform.container.SimpleComponentAdapter
- All Implemented Interfaces:
- org.picocontainer.ComponentAdapter
public class SimpleComponentAdapter
- extends Object
- implements org.picocontainer.ComponentAdapter
- Version:
- $Revision: 1.5 $
- Author:
- James Strachan, Mauro Talevi, Jeppe Cramon, Benjamin Mestrallet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleComponentAdapter
public SimpleComponentAdapter(Object key,
Class implementation)
getComponentInstance
public Object getComponentInstance(org.picocontainer.PicoContainer container)
- Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
verify
public void verify(org.picocontainer.PicoContainer container)
- Specified by:
verify in interface org.picocontainer.ComponentAdapter
getComponentKey
public Object getComponentKey()
- Specified by:
getComponentKey in interface org.picocontainer.ComponentAdapter
getComponentImplementation
public Class getComponentImplementation()
- Specified by:
getComponentImplementation in interface org.picocontainer.ComponentAdapter
accept
public void accept(org.picocontainer.PicoVisitor visitor)
- Specified by:
accept in interface org.picocontainer.ComponentAdapter
Copyright © 2015 eXo Platform SAS. All Rights Reserved.