Uses of Interface
com.opensymphony.xwork2.inject.Container

Packages that use Container
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
 

Uses of Container in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as Container
protected  Container DefaultActionProxyFactory.container
           
private  Container ObjectFactory.container
           
protected  Container TestNGXWorkTestCase.container
           
protected  Container XWorkTestCase.container
           
 

Methods in com.opensymphony.xwork2 with parameters of type Container
 void DefaultActionProxyFactory.setContainer(Container container)
           
 void ObjectFactory.setContainer(Container container)
           
 

Uses of Container in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.config that return Container
 Container Configuration.getContainer()
           
 

Uses of Container in com.opensymphony.xwork2.config.impl
 

Fields in com.opensymphony.xwork2.config.impl declared as Container
protected  Container DefaultConfiguration.container
           
private  Container MockConfiguration.container
           
 

Methods in com.opensymphony.xwork2.config.impl that return Container
 Container DefaultConfiguration.getContainer()
           
 Container MockConfiguration.getContainer()
           
 

Uses of Container in com.opensymphony.xwork2.inject
 

Classes in com.opensymphony.xwork2.inject that implement Container
(package private)  class ContainerImpl
          Default Container implementation.
 

Fields in com.opensymphony.xwork2.inject with type parameters of type Container
private static InternalFactory<Container> ContainerBuilder.CONTAINER_FACTORY
           
 

Methods in com.opensymphony.xwork2.inject that return Container
 Container ContainerBuilder.create(boolean loadSingletons)
          Creates a Container instance.
 Container Context.getContainer()
          Gets the Container.
 Container ExternalContext.getContainer()
           
 Container InternalContext.getContainer()
           
 



Copyright © 2007 OpenSymphony. All Rights Reserved.