buildRuntimeConfiguration() This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the
programmatic configuration data structures.
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.
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls
buildRuntimeConfiguration().
throws: ConfigurationException -
removePackageConfig
public void removePackageConfig(String name)(Code)