Package net.sf.jguiraffe.di.impl
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 $
-
Interface Summary 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 aSimpleBeanStoreImpl
object. -
Class Summary Class Description BeanContextWrapper A simple wrapper implementation of theBeanContext
interface.ChainedInvocation A special implementation of theInvokable
interface that allows aggregating an arbitrary number ofInvokable
objects to a kind of script.ClassDependency An implementation of theDependency
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 theBeanStore
interface that combines multiple physicalBeanStore
objects to a single logic view.ConstructorInvocation A class that represents a constructor invocation.DefaultBeanContext A default implementation of theBeanContext
interface.DefaultBeanStore A simple yet fully functional default implementation of theBeanStore
interface.DefaultClassLoaderProvider A default implementation of theClassLoaderProvider
interface.Invocation A base class for (method or constructor) invocations.MethodInvocation A class that represents a method invocation.NameDependency An implementation of theDependency
interface that allows to define a dependency based on the name of a bean.NullInvocation Deprecated. UseHelperInvocations
instead; it provides some dummy implementations of theInvokable
interface which are useful in some situations where a full-blown implementation is not required.RestrictedDependencyProvider An implementation of theDependencyProvider
interface, which does not support external dependencies.SetPropertyInvocation A specialInvocation
implementation for setting properties.SimpleBeanStoreImpl A helper class that simplifies implementations of theBeanStore
interface. -
Enum Summary Enum Description HelperInvocations An enumeration class defining some simple helperInvokable
implementations.