|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.config.ConfigurationManager
public class ConfigurationManager
ConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.
Field Summary | |
---|---|
protected static Configuration |
configurationInstance
|
protected static org.apache.commons.logging.Log |
LOG
|
Method Summary | |
---|---|
static void |
addConfigurationProvider(ConfigurationProvider provider)
adds a configuration provider to the List of ConfigurationProviders. |
static void |
clearConfigurationProviders()
clears the registered ConfigurationProviders. |
static void |
destroyConfiguration()
|
static Configuration |
getConfiguration()
Get the current XWork configuration object. |
static java.util.List |
getConfigurationProviders()
get the current list of ConfigurationProviders. |
static void |
setConfiguration(Configuration configuration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log LOG
protected static Configuration configurationInstance
Method Detail |
---|
public static void setConfiguration(Configuration configuration)
public static Configuration getConfiguration()
DefaultConfiguration
public static java.util.List getConfigurationProviders()
ConfigurationProvider
public static void addConfigurationProvider(ConfigurationProvider provider)
provider
- the ConfigurationProvider to registerpublic static void clearConfigurationProviders()
ConfigurationProvider.destroy()
public static void destroyConfiguration()
|
XWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |