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 aSimpleBeanStoreImplobject. -
Class Summary Class Description BeanContextWrapper A simple wrapper implementation of theBeanContextinterface.ChainedInvocation A special implementation of theInvokableinterface that allows aggregating an arbitrary number ofInvokableobjects to a kind of script.ClassDependency An implementation of theDependencyinterface 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 theBeanStoreinterface that combines multiple physicalBeanStoreobjects to a single logic view.ConstructorInvocation A class that represents a constructor invocation.DefaultBeanContext A default implementation of theBeanContextinterface.DefaultBeanStore A simple yet fully functional default implementation of theBeanStoreinterface.DefaultClassLoaderProvider A default implementation of theClassLoaderProviderinterface.Invocation A base class for (method or constructor) invocations.MethodInvocation A class that represents a method invocation.NameDependency An implementation of theDependencyinterface that allows to define a dependency based on the name of a bean.NullInvocation Deprecated. UseHelperInvocationsinstead; it provides some dummy implementations of theInvokableinterface which are useful in some situations where a full-blown implementation is not required.RestrictedDependencyProvider An implementation of theDependencyProviderinterface, which does not support external dependencies.SetPropertyInvocation A specialInvocationimplementation for setting properties.SimpleBeanStoreImpl A helper class that simplifies implementations of theBeanStoreinterface. -
Enum Summary Enum Description HelperInvocations An enumeration class defining some simple helperInvokableimplementations.