com.atlassian.confluence.setup.webwork
Class PluginAwareConfiguration
java.lang.Object
com.opensymphony.xwork.config.impl.DefaultConfiguration
com.atlassian.confluence.setup.webwork.PluginAwareConfiguration
- All Implemented Interfaces:
- com.opensymphony.xwork.config.Configuration
public class PluginAwareConfiguration
- extends com.opensymphony.xwork.config.impl.DefaultConfiguration
An XWork Configuration implementation that allows for
PluginAware XWork actions.
This class is essentially a copy of the DefaultConfiguration
class, except that it creates PluginAwareActionConfig objects
when required, when rebuilding the runtime configuration.
Fields inherited from class com.opensymphony.xwork.config.impl.DefaultConfiguration |
LOG |
Method Summary |
protected com.opensymphony.xwork.config.RuntimeConfiguration |
buildRuntimeConfiguration()
This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the
programmatic configuration data structures. |
Methods inherited from class com.opensymphony.xwork.config.impl.DefaultConfiguration |
addPackageConfig, destroy, getPackageConfig, getPackageConfigNames, getPackageConfigs, getRuntimeConfiguration, rebuildRuntimeConfiguration, reload, removePackageConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginAwareConfiguration
public PluginAwareConfiguration()
buildRuntimeConfiguration
protected com.opensymphony.xwork.config.RuntimeConfiguration buildRuntimeConfiguration()
throws com.opensymphony.xwork.config.ConfigurationException
- This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the
programmatic configuration data structures. All of the old runtime configuration will be discarded and rebuilt.
- Overrides:
buildRuntimeConfiguration
in class com.opensymphony.xwork.config.impl.DefaultConfiguration
- Throws:
com.opensymphony.xwork.config.ConfigurationException
Copyright © 2003-2013 Atlassian. All Rights Reserved.