org.picocontainer.adapters
Class NullCA
java.lang.Object
org.picocontainer.adapters.NullCA
- All Implemented Interfaces:
- ComponentAdapter
public class NullCA
- extends Object
- implements ComponentAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullCA
public NullCA(Object key)
getComponentKey
public Object getComponentKey()
- Specified by:
getComponentKey
in interface ComponentAdapter
getComponentImplementation
public Class getComponentImplementation()
- Specified by:
getComponentImplementation
in interface ComponentAdapter
getComponentInstance
public Object getComponentInstance(PicoContainer container)
- Specified by:
getComponentInstance
in interface ComponentAdapter
getComponentInstance
public Object getComponentInstance(PicoContainer container,
Type into)
- Specified by:
getComponentInstance
in interface ComponentAdapter
verify
public void verify(PicoContainer container)
- Specified by:
verify
in interface ComponentAdapter
accept
public void accept(PicoVisitor visitor)
- Specified by:
accept
in interface ComponentAdapter
getDelegate
public ComponentAdapter getDelegate()
- Specified by:
getDelegate
in interface ComponentAdapter
findAdapterOfType
public ComponentAdapter findAdapterOfType(Class adapterType)
- Specified by:
findAdapterOfType
in interface ComponentAdapter
getDescriptor
public String getDescriptor()
- Specified by:
getDescriptor
in interface ComponentAdapter
Copyright © 2003-2010 Codehaus. All Rights Reserved.