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.struts2
Methods in org.apache.struts2 with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionprotected void
XWorkJUnit4TestCase.loadConfigurationProviders
(ConfigurationProvider... providers) protected void
XWorkTestCase.loadConfigurationProviders
(ConfigurationProvider... providers) -
Uses of ConfigurationProvider in org.apache.struts2.config
Subinterfaces of ConfigurationProvider in org.apache.struts2.configModifier and TypeInterfaceDescriptioninterface
When implemented allows to alias already existing beansinterface
Dedicated interface to allow injectServletContext
and perform initialisation based in itClasses in org.apache.struts2.config that implement ConfigurationProviderModifier 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 -
Uses of ConfigurationProvider in org.apache.struts2.config.providers
Classes in org.apache.struts2.config.providers that implement ConfigurationProviderModifier 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 ConfigurationProvider in org.apache.struts2.test
Classes in org.apache.struts2.test that implement ConfigurationProvider -
Uses of ConfigurationProvider in org.apache.struts2.util
Methods in org.apache.struts2.util with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic ConfigurationManager
XWorkTestCaseHelper.loadConfigurationProviders
(ConfigurationManager configurationManager, ConfigurationProvider... providers)