jfun.yan.containers
Class ManualContainer

java.lang.Object
  extended by jfun.yan.containers.SimpleContainer
      extended by jfun.yan.containers.ImmutablePreferredContainer
          extended by jfun.yan.containers.ManualWiringContainer
              extended by jfun.yan.containers.ManualContainer
All Implemented Interfaces:
java.io.Serializable, ComponentMap, Container, Registrar

public class ManualContainer
extends ManualWiringContainer

Default container implementation that uses manual wiring.

Codehaus.org.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
ManualContainer()
           
 
Method Summary
 
Methods inherited from class jfun.yan.containers.ManualWiringContainer
getDependency, getDependencyOfType
 
Methods inherited from class jfun.yan.containers.ImmutablePreferredContainer
containsType, getComponentOfType, getComponentsOfType, getFactory, getFactory, getFactoryOfType, getFactoryOfType, getInstance, getInstance, getInstanceOfType, getInstanceOfType, registerComponent, unregisterComponent, unregisterComponentsOfType
 
Methods inherited from class jfun.yan.containers.SimpleContainer
containsKey, defaultTransform, equals, getComponent, getComponents, getComponentType, getDelegateTarget, getDependency, getDependencyOfType, getInstances, getInstances, getInstances, getInstances, getInstancesOfType, getInstancesOfType, hashCode, inherit, instantiateComponent, instantiateComponent, instantiateComponent, instantiateComponent, keys, registerComponent, registerConstructor, registerConstructor, registerConstructor, registerConstructor, registerStaticMethod, registerStaticMethod, registerStaticMethod, registerStaticMethod, registerValue, registerValue, toString, verify, verify, verifyComponent, verifyKey, verifyType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManualContainer

public ManualContainer()