Uses of Interface
com.opensymphony.xwork2.config.ConfigurationProvider
Packages that use ConfigurationProvider
Package
Description
Main XWork interfaces and classes.
Configuration core classes.
Configuration provider classes.
XWork util classes.
Classes for Struts configuration and property handling.
-
Uses of ConfigurationProvider in com.opensymphony.xwork2
Methods in com.opensymphony.xwork2 with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionprotected void
XWorkJUnit4TestCase.loadConfigurationProviders
(ConfigurationProvider... providers) protected void
XWorkTestCase.loadConfigurationProviders
(ConfigurationProvider... providers) -
Uses of ConfigurationProvider in com.opensymphony.xwork2.config
Subinterfaces of ConfigurationProvider in com.opensymphony.xwork2.configModifier and TypeInterfaceDescriptioninterface
When implemented allows to alias already existing beansinterface
Dedicated interface to allow injectServletContext
and perform initialisation based in it -
Uses of ConfigurationProvider in com.opensymphony.xwork2.config.providers
Classes in com.opensymphony.xwork2.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 XWork2ConfigurationProvider
for loading configuration from a parsedXML document
. -
Uses of ConfigurationProvider in com.opensymphony.xwork2.test
Classes in com.opensymphony.xwork2.test that implement ConfigurationProvider -
Uses of ConfigurationProvider in com.opensymphony.xwork2.util
Methods in com.opensymphony.xwork2.util with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic ConfigurationManager
XWorkTestCaseHelper.loadConfigurationProviders
(ConfigurationManager configurationManager, ConfigurationProvider... providers) -
Uses of ConfigurationProvider in org.apache.struts2.config
Classes 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.ognl
Methods in org.apache.struts2.ognl with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionvoid
ProviderAllowlist.clearAllowlist
(ConfigurationProvider configurationProvider) void
ProviderAllowlist.registerAllowlist
(ConfigurationProvider configurationProvider, Set<Class<?>> allowlist)