|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackageProvider | |
---|---|
com.opensymphony.xwork2.config | Configuration core classes. |
com.opensymphony.xwork2.config.impl | Configuration implementation classes. |
com.opensymphony.xwork2.config.providers | Configuration provider classes. |
com.opensymphony.xwork2.test | |
org.apache.struts2.config | Classes for Struts configuration and property handling. |
Uses of PackageProvider in com.opensymphony.xwork2.config |
---|
Subinterfaces of PackageProvider in com.opensymphony.xwork2.config | |
---|---|
interface |
ConfigurationProvider
Interface to be implemented by all forms of XWork configuration classes. |
Fields in com.opensymphony.xwork2.config with type parameters of type PackageProvider | |
---|---|
private List<PackageProvider> |
ConfigurationManager.packageProviders
|
Methods in com.opensymphony.xwork2.config that return types with arguments of type PackageProvider | |
---|---|
List<PackageProvider> |
Configuration.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 PackageProvider | |
---|---|
List<PackageProvider> |
DefaultConfiguration.reloadContainer(List<ContainerProvider> providers)
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration(). |
List<PackageProvider> |
MockConfiguration.reloadContainer(List<ContainerProvider> containerProviders)
|
Uses of PackageProvider in com.opensymphony.xwork2.config.providers |
---|
Classes in com.opensymphony.xwork2.config.providers that implement PackageProvider | |
---|---|
class |
XmlConfigurationProvider
Looks in the classpath for an XML file, "xwork.xml" by default, and uses it for the XWork configuration. |
class |
XWorkConfigurationProvider
|
Uses of PackageProvider in com.opensymphony.xwork2.test |
---|
Classes in com.opensymphony.xwork2.test that implement PackageProvider | |
---|---|
class |
StubConfigurationProvider
|
Uses of PackageProvider in org.apache.struts2.config |
---|
Classes in org.apache.struts2.config that implement PackageProvider | |
---|---|
class |
BeanSelectionProvider
Selects the implementations of key framework extension points, using the loaded property constants. |
class |
DefaultPropertiesProvider
Loads the default properties, separate from the usual struts.properties loading |
class |
LegacyPropertiesConfigurationProvider
|
class |
StrutsXmlConfigurationProvider
Override Xwork class so we can use an arbitrary config file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |