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 | |
org.apache.struts2.components | |
org.apache.struts2.components.template | |
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.dispatcher.mapper | |
org.apache.struts2.factory | |
org.apache.struts2.interceptor | |
org.apache.struts2.views.freemarker |
Modifier and Type | Field and Description |
---|---|
protected Container |
DefaultActionInvocation.container |
protected Container |
TestNGXWorkTestCase.container |
protected Container |
XWorkJUnit4TestCase.container |
protected Container |
XWorkTestCase.container |
protected Container |
DefaultActionProxyFactory.container |
protected Container |
ActionSupport.container |
Modifier and Type | Method and Description |
---|---|
protected Container |
ActionSupport.getContainer()
TODO: This a temporary solution, maybe we should consider stop injecting container into beans
|
Container |
ActionContext.getContainer()
Sets the container for this request
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActionInvocation.setContainer(Container cont) |
void |
DefaultUnknownHandlerManager.setContainer(Container container) |
void |
ObjectFactory.setContainer(Container container) |
void |
DefaultActionProxyFactory.setContainer(Container container) |
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 |
DefaultTypeConverter.setContainer(Container container) |
void |
XWorkBasicConverter.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUnknownHandlerFactory.setContainer(Container container) |
void |
StrutsConverterFactory.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerBuilder.create(boolean loadSingletons)
Creates a
Container instance. |
Container |
Context.getContainer() |
Modifier and Type | Class and Description |
---|---|
class |
MockContainer
Mock implementation to be used in unittests
|
Modifier and Type | Field and Description |
---|---|
protected Container |
OgnlValueStackFactory.container |
Modifier and Type | Method and Description |
---|---|
protected void |
OgnlUtil.setContainer(Container container) |
protected void |
OgnlValueStackFactory.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileManagerFactory.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
OptGroup.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngineManager.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
Dispatcher.getContainer()
Expose the dependency injection container.
|
Modifier and Type | Field and Description |
---|---|
protected Container |
PrefixBasedActionMapper.container |
protected Container |
DefaultActionMapper.container |
Modifier and Type | Method and Description |
---|---|
void |
PrefixBasedActionMapper.setContainer(Container container) |
void |
DefaultActionMapper.setContainer(Container container) |
Constructor and Description |
---|
CompositeActionMapper(Container container,
String list) |
Modifier and Type | Method and Description |
---|---|
void |
PrefixBasedActionProxyFactory.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
FileUploadInterceptor.setContainer(Container container) |
void |
ExecuteAndWaitInterceptor.setContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
FreemarkerManager.setContainer(Container container) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.