|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Womb | |
|---|---|
| com.sun.hk2.component | Dependency injection implementation for HK2. |
| org.jvnet.hk2.component | Primary API surface of HK2. Start with Habitat. |
| Uses of Womb in com.sun.hk2.component |
|---|
| Classes in com.sun.hk2.component that implement Womb | |
|---|---|
class |
AbstractWombImpl<T>
|
class |
ConstructorWomb<T>
Creates an object from its constructor. |
class |
FactoryWomb<T>
Creates an object from Factory. |
| Methods in com.sun.hk2.component that return Womb | |
|---|---|
protected Womb<T> |
LazyInhabitant.createWomb(java.lang.Class<T> c)
Creates Womb for instantiating objects. |
| Constructors in com.sun.hk2.component with parameters of type Womb | |
|---|---|
ScopedInhabitant(Womb<T> womb,
Scope scope)
|
|
SingletonInhabitant(Womb<T> womb)
|
|
| Uses of Womb in org.jvnet.hk2.component |
|---|
| Methods in org.jvnet.hk2.component that return Womb | ||
|---|---|---|
static
|
Wombs.create(java.lang.Class<T> c,
Habitat habitat,
MultiMap<java.lang.String,java.lang.String> metadata)
|
|
| Methods in org.jvnet.hk2.component with parameters of type Womb | ||
|---|---|---|
static
|
Inhabitants.wrapByScope(java.lang.Class<T> c,
Womb<T> womb,
Habitat habitat)
Creates a Inhabitant by wrapping Womb to handle scoping right. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||