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.struts2Fields in org.apache.struts2 declared as ContainerModifier and TypeFieldDescriptionprotected ContainerActionSupport.containerprotected ContainerDefaultActionInvocation.containerprotected ContainerDefaultActionProxyFactory.containerprotected ContainerXWorkJUnit4TestCase.containerprotected ContainerXWorkTestCase.containerMethods in org.apache.struts2 that return ContainerModifier and TypeMethodDescriptionActionContext.getContainer()Sets the container for this requestprotected ContainerActionSupport.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 TypeMethodDescriptionvoidActionSupport.setContainer(Container container) voidDefaultActionInvocation.setContainer(Container cont) voidDefaultActionProxyFactory.setContainer(Container container) voidDefaultUnknownHandlerManager.setContainer(Container container) voidObjectFactory.setContainer(Container container) ActionContext.withContainer(Container container) Gets the container for this request
- 
Uses of Container in org.apache.struts2.componentsMethods in org.apache.struts2.components with parameters of type Container
- 
Uses of Container in org.apache.struts2.components.templateMethods in org.apache.struts2.components.template with parameters of type Container
- 
Uses of Container in org.apache.struts2.configMethods in org.apache.struts2.config that return Container
- 
Uses of Container in org.apache.struts2.config.implFields in org.apache.struts2.config.impl declared as ContainerMethods in org.apache.struts2.config.impl that return ContainerModifier and TypeMethodDescriptionprotected ContainerDefaultConfiguration.createBootstrapContainer(List<ContainerProvider> providers) DefaultConfiguration.getContainer()MockConfiguration.getContainer()Methods in org.apache.struts2.config.impl with parameters of type ContainerModifier and TypeMethodDescriptionprotected ActionContextDefaultConfiguration.setContext(Container cont) 
- 
Uses of Container in org.apache.struts2.conversion.implMethods in org.apache.struts2.conversion.impl with parameters of type ContainerModifier and TypeMethodDescriptionvoidDefaultTypeConverter.setContainer(Container container) voidXWorkBasicConverter.setContainer(Container container) 
- 
Uses of Container in org.apache.struts2.dispatcherMethods 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.mapperFields in org.apache.struts2.dispatcher.mapper declared as ContainerModifier and TypeFieldDescriptionprotected ContainerDefaultActionMapper.containerprotected ContainerPrefixBasedActionMapper.containerMethods in org.apache.struts2.dispatcher.mapper with parameters of type ContainerModifier and TypeMethodDescriptionvoidDefaultActionMapper.setContainer(Container container) voidPrefixBasedActionMapper.setContainer(Container container) Constructors in org.apache.struts2.dispatcher.mapper with parameters of type Container
- 
Uses of Container in org.apache.struts2.factoryMethods in org.apache.struts2.factory with parameters of type ContainerModifier and TypeMethodDescriptionvoidDefaultUnknownHandlerFactory.setContainer(Container container) voidStrutsConverterFactory.setContainer(Container container) 
- 
Uses of Container in org.apache.struts2.injectMethods in org.apache.struts2.inject that return ContainerModifier and TypeMethodDescriptionContainerBuilder.create(boolean loadSingletons) Creates aContainerinstance.Context.getContainer()
- 
Uses of Container in org.apache.struts2.interceptorMethods in org.apache.struts2.interceptor with parameters of type ContainerModifier and TypeMethodDescriptionvoidAbstractFileUploadInterceptor.setContainer(Container container) voidExecuteAndWaitInterceptor.setContainer(Container container) 
- 
Uses of Container in org.apache.struts2.mockClasses in org.apache.struts2.mock that implement Container
- 
Uses of Container in org.apache.struts2.ognlFields in org.apache.struts2.ognl declared as ContainerMethods in org.apache.struts2.ognl with parameters of type ContainerModifier and TypeMethodDescriptionprotected voidOgnlUtil.setContainer(Container container) protected voidOgnlValueStackFactory.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.fsMethods in org.apache.struts2.util.fs with parameters of type ContainerModifier and TypeMethodDescriptionvoidDefaultFileManagerFactory.setContainer(Container container) 
- 
Uses of Container in org.apache.struts2.views.freemarkerMethods in org.apache.struts2.views.freemarker with parameters of type Container