Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Container |
XWorkTestCase.container |
protected Container |
XWorkJUnit4TestCase.container |
protected Container |
TestNGXWorkTestCase.container |
protected Container |
DefaultActionProxyFactory.container |
protected Container |
DefaultActionInvocation.container |
Modifier and Type | Method and Description |
---|---|
Container |
ActionContext.getContainer()
Sets the container for this request
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectFactory.setContainer(Container container) |
void |
DefaultUnknownHandlerManager.setContainer(Container container) |
void |
DefaultActionProxyFactory.setContainer(Container container) |
void |
DefaultActionInvocation.setContainer(Container cont) |
void |
ActionSupport.setContainer(Container container) |
void |
ActionContext.setContainer(Container cont)
Gets the container for this request
|
Modifier and Type | Method and Description |
---|---|
Container |
Configuration.getContainer() |
Modifier and Type | Field and Description |
---|---|
protected Container |
DefaultConfiguration.container |
Modifier and Type | Method and Description |
---|---|
protected Container |
DefaultConfiguration.createBootstrapContainer(List<ContainerProvider> providers) |
Container |
MockConfiguration.getContainer() |
Container |
DefaultConfiguration.getContainer() |
Modifier and Type | Method and Description |
---|---|
protected ActionContext |
DefaultConfiguration.setContext(Container cont) |
Modifier and Type | Method and Description |
---|---|
void |
XWorkBasicConverter.setContainer(Container container) |
void |
DefaultTypeConverter.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUnknownHandlerFactory.setContainer(Container container) |
void |
DefaultConverterFactory.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerBuilder.create(boolean loadSingletons)
Creates a
Container instance. |
Container |
Context.getContainer()
Gets the
Container . |
Modifier and Type | Class and Description |
---|---|
class |
MockContainer
Mock implementation to be used in unittests
|
Modifier and Type | Method and Description |
---|---|
void |
OgnlValueStackFactory.setContainer(Container container) |
void |
OgnlUtil.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileManagerFactory.setContainer(Container container) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.