|
||||||||||
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 | |
org.apache.struts2.components | |
org.apache.struts2.components.template | |
org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
org.apache.struts2.dispatcher.mapper | |
org.apache.struts2.views.freemarker | Classes for views using FreeMarker. |
org.apache.struts2.views.velocity | Classes for views using Velocity. |
Uses of Container in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 declared as Container | |
---|---|
protected Container |
DefaultActionInvocation.container
|
protected Container |
DefaultActionProxyFactory.container
|
private Container |
ObjectFactory.container
|
protected Container |
TestNGXWorkTestCase.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 |
ActionContext.setContainer(Container cont)
Gets the container for this request |
void |
DefaultActionInvocation.setContainer(Container cont)
|
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
|
private Container |
MockConfiguration.container
|
Methods in com.opensymphony.xwork2.config.impl that return Container | |
---|---|
protected Container |
DefaultConfiguration.createBootstrapContainer()
|
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.inject |
---|
Classes in com.opensymphony.xwork2.inject that implement Container | |
---|---|
(package private) class |
ContainerImpl
Default Container implementation. |
Fields in com.opensymphony.xwork2.inject with type parameters of type Container | |
---|---|
private static InternalFactory<Container> |
ContainerBuilder.CONTAINER_FACTORY
|
Methods in com.opensymphony.xwork2.inject that return Container | |
---|---|
Container |
ContainerBuilder.create(boolean loadSingletons)
Creates a Container instance. |
Container |
Context.getContainer()
Gets the Container . |
Container |
ExternalContext.getContainer()
|
Container |
InternalContext.getContainer()
|
Uses of Container in com.opensymphony.xwork2.ognl |
---|
Fields in com.opensymphony.xwork2.ognl declared as Container | |
---|---|
private Container |
OgnlValueStackFactory.container
|
Methods in com.opensymphony.xwork2.ognl with parameters of type Container | |
---|---|
void |
OgnlValueStackFactory.setContainer(Container container)
|
Uses of Container in org.apache.struts2.components |
---|
Fields in org.apache.struts2.components declared as Container | |
---|---|
protected Container |
I18n.container
|
Methods in org.apache.struts2.components with parameters of type Container | |
---|---|
void |
I18n.setContainer(Container container)
|
void |
OptGroup.setContainer(Container container)
|
Uses of Container in org.apache.struts2.components.template |
---|
Fields in org.apache.struts2.components.template declared as Container | |
---|---|
(package private) Container |
TemplateEngineManager.container
|
Methods in org.apache.struts2.components.template with parameters of type Container | |
---|---|
void |
TemplateEngineManager.setContainer(Container container)
|
Uses of Container in org.apache.struts2.dispatcher |
---|
Methods in org.apache.struts2.dispatcher that return Container | |
---|---|
Container |
Dispatcher.getContainer()
Expose the dependency injection container. |
private Container |
Dispatcher.init_PreloadConfiguration()
|
Methods in org.apache.struts2.dispatcher with parameters of type Container | |
---|---|
private void |
Dispatcher.init_CheckConfigurationReloading(Container container)
|
private void |
Dispatcher.init_CheckWebLogicWorkaround(Container container)
|
Uses of Container in org.apache.struts2.dispatcher.mapper |
---|
Fields in org.apache.struts2.dispatcher.mapper declared as Container | |
---|---|
protected Container |
CompositeActionMapper.container
|
protected Container |
DefaultActionMapper.container
|
Methods in org.apache.struts2.dispatcher.mapper with parameters of type Container | |
---|---|
void |
CompositeActionMapper.setContainer(Container container)
|
void |
DefaultActionMapper.setContainer(Container container)
|
Uses of Container in org.apache.struts2.views.freemarker |
---|
Methods in org.apache.struts2.views.freemarker with parameters of type Container | |
---|---|
void |
FreemarkerManager.setContainer(Container container)
|
Uses of Container in org.apache.struts2.views.velocity |
---|
Methods in org.apache.struts2.views.velocity with parameters of type Container | |
---|---|
void |
VelocityManager.setContainer(Container container)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |