
public interface IManagedContainerFactory extends IFactory, IManagedContainer.ContainerAware
IFactory protocol that provides an
awareness of the container that instantiated it, so that the
factory may reach back into that container for dependencies.| Modifier and Type | Method and Description |
|---|---|
IManagedContainer |
getManagedContainer()
Obtains the container that I should use to get my dependencies.
|
create, getDescriptionFor, getKeysetManagedContainerIManagedContainer getManagedContainer()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.