public class

PluginAwareConfiguration

extends DefaultConfiguration
java.lang.Object
   ↳ com.opensymphony.xwork.config.impl.DefaultConfiguration
     ↳ com.atlassian.confluence.setup.webwork.PluginAwareConfiguration

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class com.opensymphony.xwork.config.impl.DefaultConfiguration
Public Constructors
PluginAwareConfiguration()
Protected Methods
synchronized RuntimeConfiguration buildRuntimeConfiguration()
This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
[Expand]
Inherited Methods
From class com.opensymphony.xwork.config.impl.DefaultConfiguration
From class java.lang.Object
From interface com.opensymphony.xwork.config.Configuration

Public Constructors

public PluginAwareConfiguration ()

Protected Methods

protected synchronized RuntimeConfiguration buildRuntimeConfiguration ()

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.

Throws
ConfigurationException