Class PluginAwareStrutsConfiguration

java.lang.Object
org.apache.struts2.config.impl.DefaultConfiguration
com.atlassian.confluence.setup.struts.PluginAwareStrutsConfiguration
All Implemented Interfaces:
Serializable, org.apache.struts2.config.Configuration

public class PluginAwareStrutsConfiguration extends org.apache.struts2.config.impl.DefaultConfiguration
Appends data about plugins to their Struts configuration
Since:
8.0, renamed in 10.0
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts2.config.impl.DefaultConfiguration

    BOOTSTRAP_CONSTANTS, container, defaultFrameworkBeanName, loadedFileNames, LOG, packageContexts, runtimeConfiguration, unknownHandlerStack
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.struts2.config.RuntimeConfiguration
     
    void
     

    Methods inherited from class org.apache.struts2.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

    • PluginAwareStrutsConfiguration

      public PluginAwareStrutsConfiguration(String defaultBeanName)
  • Method Details

    • rebuildRuntimeConfiguration

      public void rebuildRuntimeConfiguration()
      Specified by:
      rebuildRuntimeConfiguration in interface org.apache.struts2.config.Configuration
      Overrides:
      rebuildRuntimeConfiguration in class org.apache.struts2.config.impl.DefaultConfiguration
    • getRuntimeConfiguration

      public org.apache.struts2.config.RuntimeConfiguration getRuntimeConfiguration()
      Specified by:
      getRuntimeConfiguration in interface org.apache.struts2.config.Configuration
      Overrides:
      getRuntimeConfiguration in class org.apache.struts2.config.impl.DefaultConfiguration