public class CachedConfigurationProvider extends Object implements com.opensymphony.xwork.config.ConfigurationProvider
XmlConfigurationProvider
Constructor and Description |
---|
CachedConfigurationProvider(com.opensymphony.xwork.config.ConfigurationProvider configurationProvider)
Construct a cached configuration provider using the supplied provider as the initial source of configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(com.opensymphony.xwork.config.Configuration configuration) |
boolean |
needsReload() |
public CachedConfigurationProvider(com.opensymphony.xwork.config.ConfigurationProvider configurationProvider)
configurationProvider
- Configuration provider to cache. Must not be null.public void destroy()
destroy
in interface com.opensymphony.xwork.config.ConfigurationProvider
public void init(com.opensymphony.xwork.config.Configuration configuration) throws com.opensymphony.xwork.config.ConfigurationException
init
in interface com.opensymphony.xwork.config.ConfigurationProvider
com.opensymphony.xwork.config.ConfigurationException
public boolean needsReload()
needsReload
in interface com.opensymphony.xwork.config.ConfigurationProvider
Copyright © 2003–2019 Atlassian. All rights reserved.