Uses of Interface
org.apache.struts2.config.ContainerProvider
Packages that use ContainerProvider
Package
Description
Classes for Struts configuration and property handling.
Configuration implementation classes.
Configuration provider classes.
-
Uses of ContainerProvider in org.apache.struts2.config
Subinterfaces of ContainerProvider in org.apache.struts2.configModifier and TypeInterfaceDescriptioninterface
When implemented allows to alias already existing beansinterface
Interface to be implemented by all forms of XWork configuration classes.interface
Dedicated interface to allow injectServletContext
and perform initialisation based in itClasses in org.apache.struts2.config that implement ContainerProviderModifier and TypeClassDescriptionclass
TODO lukaszlenart: write a JavaDocclass
Loads the default properties, separate from the usual struts.properties loadingclass
Allows to specify customFileManagerFactory
class
Allows to specify customFileManager
by userclass
class
Selects the implementations of key framework extension points, using the loaded property constants.class
class
Override Xwork class so we can use an arbitrary config fileMethods in org.apache.struts2.config that return types with arguments of type ContainerProviderModifier and TypeMethodDescriptionConfigurationManager.getContainerProviders()
Get the current list of ConfigurationProviders.Methods in org.apache.struts2.config with parameters of type ContainerProviderModifier and TypeMethodDescriptionvoid
ConfigurationManager.addContainerProvider
(ContainerProvider provider) adds a configuration provider to the List of ConfigurationProviders.void
ConfigurationManager.removeContainerProvider
(ContainerProvider provider) Method parameters in org.apache.struts2.config with type arguments of type ContainerProviderModifier and TypeMethodDescriptionConfiguration.reloadContainer
(List<ContainerProvider> containerProviders) void
ConfigurationManager.setContainerProviders
(List<ContainerProvider> containerProviders) Set the list of configuration providers -
Uses of ContainerProvider in org.apache.struts2.config.impl
Method parameters in org.apache.struts2.config.impl with type arguments of type ContainerProviderModifier and TypeMethodDescriptionprotected Container
DefaultConfiguration.createBootstrapContainer
(List<ContainerProvider> providers) DefaultConfiguration.reloadContainer
(List<ContainerProvider> providers) Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().MockConfiguration.reloadContainer
(List<ContainerProvider> containerProviders) -
Uses of ContainerProvider in org.apache.struts2.config.providers
Classes in org.apache.struts2.config.providers that implement ContainerProviderModifier and TypeClassDescriptionclass
class
Looks in the classpath for an XML file, "struts.xml" by default, and uses it for the XWork configuration.class
This is a base StrutsConfigurationProvider
for loading configuration from a parsedXML document
. -
Uses of ContainerProvider in org.apache.struts2.test
Classes in org.apache.struts2.test that implement ContainerProvider