Uses of Interface
com.opensymphony.xwork2.config.ContainerProvider
Packages that use ContainerProvider
Package
Description
Configuration core classes.
Configuration implementation classes.
Configuration provider classes.
Classes for Struts configuration and property handling.
-
Uses of ContainerProvider in com.opensymphony.xwork2.config
Subinterfaces of ContainerProvider in com.opensymphony.xwork2.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 com.opensymphony.xwork2.config that implement ContainerProviderModifier and TypeClassDescriptionclass
Allows to specify customFileManagerFactory
class
Allows to specify customFileManager
by userMethods in com.opensymphony.xwork2.config that return types with arguments of type ContainerProviderModifier and TypeMethodDescriptionConfigurationManager.getContainerProviders()
Get the current list of ConfigurationProviders.Methods in com.opensymphony.xwork2.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 com.opensymphony.xwork2.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 com.opensymphony.xwork2.config.impl
Method parameters in com.opensymphony.xwork2.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 com.opensymphony.xwork2.config.providers
Classes in com.opensymphony.xwork2.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 XWork2ConfigurationProvider
for loading configuration from a parsedXML document
. -
Uses of ContainerProvider in com.opensymphony.xwork2.test
Classes in com.opensymphony.xwork2.test that implement ContainerProvider -
Uses of ContainerProvider in org.apache.struts2.config
Classes 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
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 file