Class PluginAwareXWorkConfiguration

java.lang.Object
com.opensymphony.xwork2.config.impl.DefaultConfiguration
com.atlassian.confluence.setup.struts.PluginAwareXWorkConfiguration
All Implemented Interfaces:
com.opensymphony.xwork2.config.Configuration, Serializable

public class PluginAwareXWorkConfiguration extends com.opensymphony.xwork2.config.impl.DefaultConfiguration
Appends data about plugins to their Struts configuration
Since:
8.0.0
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

    • PluginAwareXWorkConfiguration

      public PluginAwareXWorkConfiguration(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