di package.See: Description
| Interface | Description |
|---|---|
| Invokable |
Definition of an interface for objects that perform some kind of method
invocation.
|
| SimpleBeanStoreImpl.BeanContributor |
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl object. |
| Class | Description |
|---|---|
| BeanContextWrapper |
A simple wrapper implementation of the
BeanContext interface. |
| ChainedInvocation |
A special implementation of the
Invokable interface that
allows aggregating an arbitrary number of Invokable objects to
a kind of script. |
| ClassDependency |
An implementation of the
Dependency interface that allows to
define a dependency based on a bean class. |
| ClassDescription |
A helper class for defining references to classes.
|
| CombinedBeanStore |
A specialized implementation of the
BeanStore interface that combines
multiple physical BeanStore objects to a single logic view. |
| ConstructorInvocation |
A class that represents a constructor invocation.
|
| DefaultBeanContext |
A default implementation of the
BeanContext interface. |
| DefaultBeanStore |
A simple yet fully functional default implementation of the
BeanStore interface. |
| DefaultClassLoaderProvider |
A default implementation of the
ClassLoaderProvider interface. |
| Invocation |
A base class for (method or constructor) invocations.
|
| MethodInvocation |
A class that represents a method invocation.
|
| NameDependency |
An implementation of the
Dependency interface that allows to
define a dependency based on the name of a bean. |
| NullInvocation | Deprecated
Use
HelperInvocations instead; it provides some dummy
implementations of the Invokable interface which are useful in some
situations where a full-blown implementation is not required. |
| RestrictedDependencyProvider |
An implementation of the
DependencyProvider interface, which does not
support external dependencies. |
| SetPropertyInvocation |
A special
Invocation implementation for setting properties. |
| SimpleBeanStoreImpl |
A helper class that simplifies implementations of the
BeanStore
interface. |
| Enum | Description |
|---|---|
| HelperInvocations |
An enumeration class defining some simple helper
Invokable
implementations. |
This package contains various implementations for the interfaces defined in the
main di package.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
Copyright © 2013 The JGUIraffe Team. All Rights Reserved.