Uses of Interface
org.apache.struts2.config.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
Modifier and TypeMethodDescriptionprotected void
XWorkJUnit4TestCase.loadConfigurationProviders
(ConfigurationProvider... providers) protected void
XWorkTestCase.loadConfigurationProviders
(ConfigurationProvider... providers) -
Uses of ConfigurationProvider in org.apache.struts2.config
Modifier and TypeInterfaceDescriptioninterface
When implemented allows to alias already existing beansinterface
Dedicated interface to allow injectServletContext
and perform initialisation based in itModifier 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
Modifier 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
-
Uses of ConfigurationProvider in org.apache.struts2.util
Modifier and TypeMethodDescriptionstatic ConfigurationManager
XWorkTestCaseHelper.loadConfigurationProviders
(ConfigurationManager configurationManager, ConfigurationProvider... providers)