Uses of Interface
com.opensymphony.xwork2.inject.Container
Packages that use Container
Package
Description
Main XWork interfaces and classes.
Configuration core classes.
Configuration implementation classes.
Guice (pronounced "juice").
XWork specific mock classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of Container in com.opensymphony.xwork2
Fields in com.opensymphony.xwork2 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 com.opensymphony.xwork2 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 com.opensymphony.xwork2 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 com.opensymphony.xwork2.config
Methods in com.opensymphony.xwork2.config that return Container -
Uses of Container in com.opensymphony.xwork2.config.impl
Fields in com.opensymphony.xwork2.config.impl declared as ContainerMethods in com.opensymphony.xwork2.config.impl that return ContainerModifier and TypeMethodDescriptionprotected Container
DefaultConfiguration.createBootstrapContainer
(List<ContainerProvider> providers) DefaultConfiguration.getContainer()
MockConfiguration.getContainer()
Methods in com.opensymphony.xwork2.config.impl with parameters of type ContainerModifier and TypeMethodDescriptionprotected ActionContext
DefaultConfiguration.setContext
(Container cont) -
Uses of Container in com.opensymphony.xwork2.conversion.impl
Methods in com.opensymphony.xwork2.conversion.impl with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultTypeConverter.setContainer
(Container container) void
XWorkBasicConverter.setContainer
(Container container) -
Uses of Container in com.opensymphony.xwork2.factory
Methods in com.opensymphony.xwork2.factory with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultUnknownHandlerFactory.setContainer
(Container container) void
StrutsConverterFactory.setContainer
(Container container) -
Uses of Container in com.opensymphony.xwork2.inject
Methods in com.opensymphony.xwork2.inject that return ContainerModifier and TypeMethodDescriptionContainerBuilder.create
(boolean loadSingletons) Creates aContainer
instance.Context.getContainer()
-
Uses of Container in com.opensymphony.xwork2.mock
Classes in com.opensymphony.xwork2.mock that implement Container -
Uses of Container in com.opensymphony.xwork2.ognl
Fields in com.opensymphony.xwork2.ognl declared as ContainerMethods in com.opensymphony.xwork2.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 com.opensymphony.xwork2.util.fs
Methods in com.opensymphony.xwork2.util.fs with parameters of type ContainerModifier and TypeMethodDescriptionvoid
DefaultFileManagerFactory.setContainer
(Container container) -
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.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
PrefixBasedActionProxyFactory.setContainer
(Container container) -
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.views.freemarker
Methods in org.apache.struts2.views.freemarker with parameters of type Container