|
||||||||||
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"). |
Uses of Container in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 declared as Container | |
---|---|
protected Container |
DefaultActionProxyFactory.container
|
protected Container |
XWorkTestCase.container
|
protected Container |
TestNGXWorkTestCase.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
|
Methods in com.opensymphony.xwork2.config.impl that return Container | |
---|---|
Container |
DefaultConfiguration.getContainer()
|
Container |
MockConfiguration.getContainer()
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |