|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PicoException | |
org.picocontainer | This package is the basic API for developers who instantiate PicoContainers. |
org.picocontainer.defaults | This package contains a default implementation of the PicoContainer API. |
org.picocontainer.extras | This package is for some of the extra deliverables for PicoContainer |
Uses of PicoException in org.picocontainer |
Subclasses of PicoException in org.picocontainer | |
class |
PicoInitializationException
|
class |
PicoInstantiationException
|
class |
PicoIntrospectionException
|
class |
PicoRegistrationException
|
Methods in org.picocontainer that throw PicoException | |
Object |
PicoContainer.getComponentInstance(Object componentKey)
Gets a component instance. |
List |
PicoContainer.getComponentInstances()
Gets all the registered component instances in the container. |
Object |
PicoContainer.getComponentMulticaster(boolean callInInstantiationOrder,
boolean callUnmanagedComponents)
Returns an object (in fact, a dynamic proxy) that implements the union of all the interfaces of the currently registered components. |
Object |
PicoContainer.getComponentMulticaster()
Shorthand for PicoContainer.getComponentMulticaster(boolean, boolean) |
Uses of PicoException in org.picocontainer.defaults |
Methods in org.picocontainer.defaults that throw PicoException | |
List |
DefaultPicoContainer.getComponentInstances()
|
Object |
DefaultPicoContainer.getComponentInstance(Object componentKey)
|
Object |
DefaultPicoContainer.findComponentInstance(Class componentType)
|
ComponentAdapter |
DefaultPicoContainer.findImplementingComponentAdapter(Class componentType)
|
Uses of PicoException in org.picocontainer.extras |
Subclasses of PicoException in org.picocontainer.extras | |
static class |
BeanPropertyComponentAdapterFactory.NoSuchPropertyException
|
static class |
BeanPropertyComponentAdapterFactory.PicoBeanInfoInitializationException
|
Methods in org.picocontainer.extras that throw PicoException | |
Object |
DefaultLifecyclePicoContainer.getComponentInstance(Object componentKey)
|
Object |
DefaultLifecyclePicoContainer.getComponentMulticaster()
|
List |
DefaultLifecyclePicoContainer.getComponentInstances()
|
Object |
DefaultLifecyclePicoContainer.getComponentMulticaster(boolean callInInstantiationOrder,
boolean callUnmanagedComponents)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |