Uses of Class
com.opensymphony.xwork2.inject.ContainerImpl

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
<T> ExternalContext<T>
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)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.