Uses of Interface
org.apache.struts2.config.ConfigurationProvider
Packages that use ConfigurationProvider
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
Configuration provider classes.
XWork util classes.
- 
Uses of ConfigurationProvider in org.apache.struts2Methods in org.apache.struts2 with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionprotected voidXWorkJUnit4TestCase.loadConfigurationProviders(ConfigurationProvider... providers) protected voidXWorkTestCase.loadConfigurationProviders(ConfigurationProvider... providers) 
- 
Uses of ConfigurationProvider in org.apache.struts2.configSubinterfaces of ConfigurationProvider in org.apache.struts2.configModifier and TypeInterfaceDescriptioninterfaceWhen implemented allows to alias already existing beansinterfaceDedicated interface to allow injectServletContextand perform initialisation based in itClasses in org.apache.struts2.config that implement ConfigurationProviderModifier and TypeClassDescriptionclassTODO lukaszlenart: write a JavaDocclassLoads the default properties, separate from the usual struts.properties loadingclassclassSelects the implementations of key framework extension points, using the loaded property constants.classclassOverride Xwork class so we can use an arbitrary config file
- 
Uses of ConfigurationProvider in org.apache.struts2.config.providersClasses in org.apache.struts2.config.providers that implement ConfigurationProviderModifier and TypeClassDescriptionclassclassLooks in the classpath for an XML file, "struts.xml" by default, and uses it for the XWork configuration.classThis is a base StrutsConfigurationProviderfor loading configuration from a parsedXML document.
- 
Uses of ConfigurationProvider in org.apache.struts2.testClasses in org.apache.struts2.test that implement ConfigurationProvider
- 
Uses of ConfigurationProvider in org.apache.struts2.utilMethods in org.apache.struts2.util with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic ConfigurationManagerXWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers)