|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerProvider | |
|---|---|
| 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 | |
| Uses of ContainerProvider in com.opensymphony.xwork2.config |
|---|
| Subinterfaces of ContainerProvider in com.opensymphony.xwork2.config | |
|---|---|
interface |
BeanSelectionProvider
When implemented allows to alias already existing beans |
interface |
ConfigurationProvider
Interface to be implemented by all forms of XWork configuration classes. |
| Classes in com.opensymphony.xwork2.config that implement ContainerProvider | |
|---|---|
class |
FileManagerFactoryProvider
Allows to specify custom FileManagerFactory |
class |
FileManagerProvider
Allows to specify custom FileManager by user |
| Methods in com.opensymphony.xwork2.config that return types with arguments of type ContainerProvider | |
|---|---|
List<ContainerProvider> |
ConfigurationManager.getContainerProviders()
Get the current list of ConfigurationProviders. |
| Methods in com.opensymphony.xwork2.config with parameters of type ContainerProvider | |
|---|---|
void |
ConfigurationManager.addContainerProvider(ContainerProvider provider)
adds a configuration provider to the List of ConfigurationProviders. |
| Method parameters in com.opensymphony.xwork2.config with type arguments of type ContainerProvider | |
|---|---|
List<PackageProvider> |
Configuration.reloadContainer(List<ContainerProvider> containerProviders)
|
void |
ConfigurationManager.setContainerProviders(List<ContainerProvider> containerProviders)
Set the list of configuration providers |
| Uses of ContainerProvider in com.opensymphony.xwork2.config.impl |
|---|
| Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type ContainerProvider | |
|---|---|
protected Container |
DefaultConfiguration.createBootstrapContainer(List<ContainerProvider> providers)
|
List<PackageProvider> |
MockConfiguration.reloadContainer(List<ContainerProvider> containerProviders)
|
List<PackageProvider> |
DefaultConfiguration.reloadContainer(List<ContainerProvider> providers)
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration(). |
| Uses of ContainerProvider in com.opensymphony.xwork2.config.providers |
|---|
| Classes in com.opensymphony.xwork2.config.providers that implement ContainerProvider | |
|---|---|
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 ContainerProvider in com.opensymphony.xwork2.test |
|---|
| Classes in com.opensymphony.xwork2.test that implement ContainerProvider | |
|---|---|
class |
StubConfigurationProvider
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||