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:
- Configuration
public class PluginAwareConfiguration
- extends 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.
Method Summary |
protected 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginAwareConfiguration
public PluginAwareConfiguration()
buildRuntimeConfiguration
protected RuntimeConfiguration buildRuntimeConfiguration()
throws 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 DefaultConfiguration
- Throws:
ConfigurationException