|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerImpl | |
---|---|
com.opensymphony.xwork2.inject | Guice (pronounced "juice"). |
Uses of ContainerImpl in com.opensymphony.xwork2.inject |
---|
Fields in com.opensymphony.xwork2.inject declared as ContainerImpl | |
---|---|
(package private) ContainerImpl |
ExternalContext.container
|
(package private) ContainerImpl |
InternalContext.container
|
Methods in com.opensymphony.xwork2.inject that return ContainerImpl | |
---|---|
(package private) ContainerImpl |
InternalContext.getContainerImpl()
|
Methods in com.opensymphony.xwork2.inject with parameters of type ContainerImpl | ||
---|---|---|
(package private) ContainerImpl.ParameterInjector<?>[] |
ContainerImpl.ConstructorInjector.constructParameterInjector(Inject inject,
ContainerImpl container,
Constructor<T> constructor)
|
|
ContainerImpl.Injector |
ContainerImpl.InjectorFactory.create(ContainerImpl container,
M member,
String name)
|
|
(package private) static
|
ExternalContext.newInstance(Member member,
Key<T> key,
ContainerImpl container)
|
Constructors in com.opensymphony.xwork2.inject with parameters of type ContainerImpl | |
---|---|
ContainerImpl.ConstructorInjector(ContainerImpl container,
Class<T> implementation)
|
|
ContainerImpl.FieldInjector(ContainerImpl container,
Field field,
String name)
|
|
ContainerImpl.MethodInjector(ContainerImpl container,
Method method,
String name)
|
|
ExternalContext(Member member,
Key<T> key,
ContainerImpl container)
|
|
InternalContext(ContainerImpl container)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |