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 -
Method Summary
Modifier and TypeMethodDescriptioncom.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
-
Constructor Details
-
PluginAwareXWorkConfiguration
-
-
Method Details
-
rebuildRuntimeConfiguration
public void rebuildRuntimeConfiguration()- Specified by:
rebuildRuntimeConfiguration
in interfacecom.opensymphony.xwork2.config.Configuration
- Overrides:
rebuildRuntimeConfiguration
in classcom.opensymphony.xwork2.config.impl.DefaultConfiguration
-
getRuntimeConfiguration
public com.opensymphony.xwork2.config.RuntimeConfiguration getRuntimeConfiguration()- Specified by:
getRuntimeConfiguration
in interfacecom.opensymphony.xwork2.config.Configuration
- Overrides:
getRuntimeConfiguration
in classcom.opensymphony.xwork2.config.impl.DefaultConfiguration
-