Uses of Interface
org.apache.struts2.config.PackageProvider
Packages that use PackageProvider
Package
Description
Classes for Struts configuration and property handling.
Configuration implementation classes.
Configuration provider classes.
-
Uses of PackageProvider in org.apache.struts2.config
Subinterfaces of PackageProvider in org.apache.struts2.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 itClasses 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 fileMethods in org.apache.struts2.config that return types with arguments of type PackageProviderModifier and TypeMethodDescriptionConfiguration.reloadContainer
(List<ContainerProvider> containerProviders) -
Uses of PackageProvider in org.apache.struts2.config.impl
Methods in org.apache.struts2.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 org.apache.struts2.config.providers
Classes in org.apache.struts2.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 StrutsConfigurationProvider
for loading configuration from a parsedXML document
. -
Uses of PackageProvider in org.apache.struts2.test
Classes in org.apache.struts2.test that implement PackageProvider