Uses of Interface
org.apache.struts2.inject.Container
Packages that use Container
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
Configuration implementation classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Guice (pronounced "juice").
Interceptor classes.
XWork specific mock classes.
-
Uses of Container in org.apache.struts2
Fields in org.apache.struts2 declared as ContainerModifier and TypeFieldDescriptionprotected Container
ActionSupport.container
protected Container
DefaultActionInvocation.container
protected Container
DefaultActionProxyFactory.container
protected Container
XWorkJUnit4TestCase.container
protected Container
XWorkTestCase.container
Methods in org.apache.struts2 that return ContainerModifier and TypeMethodDescriptionActionContext.getContainer()
Sets the container for this requestprotected Container
ActionSupport.getContainer()
TODO: This a temporary solution, maybe we should consider stop injecting container into beansMethods in org.apache.struts2 with parameters of type ContainerModifier and TypeMethodDescriptionvoid
ActionSupport.setContainer
(Container container) void
DefaultActionInvocation.setContainer
(Container cont) void
DefaultActionProxyFactory.setContainer
(Container container) void
DefaultUnknownHandlerManager.setContainer
(Container container) void
ObjectFactory.setContainer
(Container container) ActionContext.withContainer
(Container container) Gets the container for this request -
Uses of Container in org.apache.struts2.components
Methods in org.apache.struts2.components with parameters of type Container -
Uses of Container in org.apache.struts2.components.template
Methods in org.apache.struts2.components.template with parameters of type Container -
Uses of Container in org.apache.struts2.config
Methods in org.apache.struts2.config that return Container -
Uses of Container in org.apache.struts2.config.impl
Fields in org.apache.struts2.config.impl declared as ContainerMethods in org.apache.struts2.config.impl that return ContainerModifier and TypeMethodDescriptionprotected Container
DefaultConfiguration.createBootstrapContainer
(List<ContainerProvider> providers) DefaultConfiguration.getContainer()
MockConfiguration.getContainer()
Methods in org.apache.struts2.config.impl with parameters of type ContainerModifier and TypeMethodDescriptionprotected ActionContext
DefaultConfiguration.setContext
(Container cont) -
Uses of Container in org.apache.struts2.conversion.impl
Methods in org.apache.struts2.conversion.impl with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultTypeConverter.setContainer
(Container container) void
XWorkBasicConverter.setContainer
(Container container) -
Uses of Container in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return ContainerModifier and TypeMethodDescriptionDispatcher.getContainer()
Exposes a thread-cached reference of the dependency injection container. -
Uses of Container in org.apache.struts2.dispatcher.mapper
Fields in org.apache.struts2.dispatcher.mapper declared as ContainerModifier and TypeFieldDescriptionprotected Container
DefaultActionMapper.container
protected Container
PrefixBasedActionMapper.container
Methods in org.apache.struts2.dispatcher.mapper with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultActionMapper.setContainer
(Container container) void
PrefixBasedActionMapper.setContainer
(Container container) Constructors in org.apache.struts2.dispatcher.mapper with parameters of type Container -
Uses of Container in org.apache.struts2.factory
Methods in org.apache.struts2.factory with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultUnknownHandlerFactory.setContainer
(Container container) void
StrutsConverterFactory.setContainer
(Container container) -
Uses of Container in org.apache.struts2.inject
Methods in org.apache.struts2.inject that return ContainerModifier and TypeMethodDescriptionContainerBuilder.create
(boolean loadSingletons) Creates aContainer
instance.Context.getContainer()
-
Uses of Container in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor with parameters of type ContainerModifier and TypeMethodDescriptionvoid
AbstractFileUploadInterceptor.setContainer
(Container container) void
ExecuteAndWaitInterceptor.setContainer
(Container container) -
Uses of Container in org.apache.struts2.mock
Classes in org.apache.struts2.mock that implement Container -
Uses of Container in org.apache.struts2.ognl
Fields in org.apache.struts2.ognl declared as ContainerMethods in org.apache.struts2.ognl with parameters of type ContainerModifier and TypeMethodDescriptionprotected void
OgnlUtil.setContainer
(Container container) protected void
OgnlValueStackFactory.setContainer
(Container container) PropertyAccessor
's,MethodAccessor
's andNullHandler
's are registered on a per-class basis by defining a bean adhering to the corresponding interface with a name corresponding to the class it is intended to handle. -
Uses of Container in org.apache.struts2.util.fs
Methods in org.apache.struts2.util.fs with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultFileManagerFactory.setContainer
(Container container) -
Uses of Container in org.apache.struts2.views.freemarker
Methods in org.apache.struts2.views.freemarker with parameters of type Container