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.conversion.impl   
com.opensymphony.xwork2.factory   
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
com.opensymphony.xwork2.mock XWork specific mock classes. 
com.opensymphony.xwork2.ognl   
com.opensymphony.xwork2.util.fs   
 

Uses of Container in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as Container
protected  Container XWorkJUnit4TestCase.container
           
protected  Container TestNGXWorkTestCase.container
           
protected  Container DefaultActionInvocation.container
           
protected  Container DefaultActionProxyFactory.container
           
protected  Container XWorkTestCase.container
           
 

Methods in com.opensymphony.xwork2 that return Container
 Container ActionContext.getContainer()
          Sets the container for this request
 

Methods in com.opensymphony.xwork2 with parameters of type Container
 void DefaultUnknownHandlerManager.setContainer(Container container)
           
 void DefaultActionInvocation.setContainer(Container cont)
           
 void ObjectFactory.setContainer(Container container)
           
 void ActionSupport.setContainer(Container container)
           
 void ActionContext.setContainer(Container cont)
          Gets the container for this request
 void DefaultActionProxyFactory.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
           
 

Methods in com.opensymphony.xwork2.config.impl that return Container
protected  Container DefaultConfiguration.createBootstrapContainer(List<ContainerProvider> providers)
           
 Container DefaultConfiguration.getContainer()
           
 Container MockConfiguration.getContainer()
           
 

Methods in com.opensymphony.xwork2.config.impl with parameters of type Container
protected  ActionContext DefaultConfiguration.setContext(Container cont)
           
 

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

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type Container
 void XWorkBasicConverter.setContainer(Container container)
           
 void DefaultTypeConverter.setContainer(Container container)
           
 

Uses of Container in com.opensymphony.xwork2.factory
 

Methods in com.opensymphony.xwork2.factory with parameters of type Container
 void DefaultConverterFactory.setContainer(Container container)
           
 void DefaultUnknownHandlerFactory.setContainer(Container container)
           
 

Uses of Container in com.opensymphony.xwork2.inject
 

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

Uses of Container in com.opensymphony.xwork2.mock
 

Classes in com.opensymphony.xwork2.mock that implement Container
 class MockContainer
          Mock implementation to be used in unittests
 

Uses of Container in com.opensymphony.xwork2.ognl
 

Methods in com.opensymphony.xwork2.ognl with parameters of type Container
 void OgnlValueStackFactory.setContainer(Container container)
           
 void OgnlUtil.setContainer(Container container)
           
 

Uses of Container in com.opensymphony.xwork2.util.fs
 

Methods in com.opensymphony.xwork2.util.fs with parameters of type Container
 void DefaultFileManagerFactory.setContainer(Container container)
           
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.