|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
com.opensymphony.xwork2.inject | Guice (pronounced "juice"). |
Uses of Key in com.opensymphony.xwork2.inject |
---|
Fields in com.opensymphony.xwork2.inject declared as Key | |
---|---|
(package private) Key<T> |
ExternalContext.key
|
Fields in com.opensymphony.xwork2.inject with type parameters of type Key | |
---|---|
(package private) Map<Key<?>,InternalFactory<?>> |
ContainerBuilder.factories
|
(package private) Map<Key<?>,InternalFactory<?>> |
ContainerImpl.factories
|
Methods in com.opensymphony.xwork2.inject that return Key | ||
---|---|---|
(package private) static
|
Key.newInstance(Class<T> type,
String name)
|
Methods in com.opensymphony.xwork2.inject with parameters of type Key | ||
---|---|---|
private
|
ContainerBuilder.alias(Key<T> key,
Key<T> aliasKey)
Maps an existing dependency. |
|
private
|
ContainerBuilder.alias(Key<T> key,
Key<T> aliasKey)
Maps an existing dependency. |
|
private void |
ContainerBuilder.checkKey(Key<?> key)
Ensures a key isn't already mapped. |
|
(package private)
|
ContainerImpl.createParameterInjector(Key<T> key,
Member member)
|
|
private
|
ContainerBuilder.factory(Key<T> key,
InternalFactory<? extends T> factory,
Scope scope)
Maps a dependency. |
|
(package private)
|
ContainerImpl.getFactory(Key<T> key)
|
|
(package private) static
|
ExternalContext.newInstance(Member member,
Key<T> key,
ContainerImpl container)
|
Constructors in com.opensymphony.xwork2.inject with parameters of type Key | |
---|---|
ExternalContext(Member member,
Key<T> key,
ContainerImpl container)
|
Constructor parameters in com.opensymphony.xwork2.inject with type arguments of type Key | |
---|---|
ContainerImpl(Map<Key<?>,InternalFactory<?>> factories)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |