Uses of Interface
com.opensymphony.xwork2.config.PackageProvider
Packages that use PackageProvider
Package
Description
Configuration core classes.
Configuration implementation classes.
Configuration provider classes.
Classes for Struts configuration and property handling.
-
Uses of PackageProvider in com.opensymphony.xwork2.config
Subinterfaces of PackageProvider 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 itMethods in com.opensymphony.xwork2.config that return types with arguments of type PackageProviderModifier and TypeMethodDescriptionConfiguration.reloadContainer
(List<ContainerProvider> containerProviders) -
Uses of PackageProvider in com.opensymphony.xwork2.config.impl
Methods in com.opensymphony.xwork2.config.impl that return types with arguments of type PackageProviderModifier and TypeMethodDescriptionDefaultConfiguration.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 PackageProvider in com.opensymphony.xwork2.config.providers
Classes in com.opensymphony.xwork2.config.providers that implement PackageProviderModifier 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 PackageProvider in com.opensymphony.xwork2.test
Classes in com.opensymphony.xwork2.test that implement PackageProvider -
Uses of PackageProvider in org.apache.struts2.config
Classes in org.apache.struts2.config that implement PackageProviderModifier 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