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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.opensymphony.xwork2.config.RuntimeConfiguration
     
    void
     

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PluginAwareConfiguration

      public PluginAwareConfiguration(String defaultBeanName)
  • Method Details

    • rebuildRuntimeConfiguration

      public void rebuildRuntimeConfiguration()
      Specified by:
      rebuildRuntimeConfiguration in interface com.opensymphony.xwork2.config.Configuration
      Overrides:
      rebuildRuntimeConfiguration in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
    • getRuntimeConfiguration

      public com.opensymphony.xwork2.config.RuntimeConfiguration getRuntimeConfiguration()
      Specified by:
      getRuntimeConfiguration in interface com.opensymphony.xwork2.config.Configuration
      Overrides:
      getRuntimeConfiguration in class com.opensymphony.xwork2.config.impl.DefaultConfiguration