Class PluginAwareConfiguration
java.lang.Object
com.opensymphony.xwork2.config.impl.DefaultConfiguration
com.atlassian.bamboo.plugin.xwork.PluginAwareConfiguration
- All Implemented Interfaces:
com.opensymphony.xwork2.config.Configuration,Serializable
public class PluginAwareConfiguration
extends com.opensymphony.xwork2.config.impl.DefaultConfiguration
An XWork configuration implementation that is aware of our plugins.
Since 11.0, it enriches the default configuration by creating PluginAwareActionConfig instances for actions that are known to be plugin-aware.
- See Also:
-
Field Summary
Fields inherited from class com.opensymphony.xwork2.config.impl.DefaultConfiguration
BOOTSTRAP_CONSTANTS, container, defaultFrameworkBeanName, loadedFileNames, LOG, packageContexts, runtimeConfiguration, unknownHandlerStack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.xwork2.config.RuntimeConfigurationvoidMethods inherited from class com.opensymphony.xwork2.config.impl.DefaultConfiguration
addPackageConfig, bootstrapFactories, bootstrapTypeConverters, buildRuntimeConfiguration, createBootstrapContainer, destroy, getContainer, getLoadedFileNames, getPackageConfig, getPackageConfigNames, getPackageConfigs, getUnknownHandlerStack, reloadContainer, removePackageConfig, setContext, setUnknownHandlerStack
-
Constructor Details
-
PluginAwareConfiguration
-
-
Method Details
-
rebuildRuntimeConfiguration
public void rebuildRuntimeConfiguration()- Specified by:
rebuildRuntimeConfigurationin interfacecom.opensymphony.xwork2.config.Configuration- Overrides:
rebuildRuntimeConfigurationin classcom.opensymphony.xwork2.config.impl.DefaultConfiguration
-
getRuntimeConfiguration
public com.opensymphony.xwork2.config.RuntimeConfiguration getRuntimeConfiguration()- Specified by:
getRuntimeConfigurationin interfacecom.opensymphony.xwork2.config.Configuration- Overrides:
getRuntimeConfigurationin classcom.opensymphony.xwork2.config.impl.DefaultConfiguration
-