|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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"). |
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 |
DefaultActionInvocation.container
|
protected Container |
XWorkJUnit4TestCase.container
|
protected Container |
TestNGXWorkTestCase.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 |
ActionSupport.setContainer(Container container)
|
void |
DefaultActionInvocation.setContainer(Container cont)
|
void |
ObjectFactory.setContainer(Container container)
|
void |
DefaultUnknownHandlerManager.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 |
MockConfiguration.getContainer()
|
Container |
DefaultConfiguration.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.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.ognl |
---|
Methods in com.opensymphony.xwork2.ognl with parameters of type Container | |
---|---|
void |
OgnlValueStackFactory.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |