com.opensymphony.xwork.config
Interface ConfigurationProvider
- All Known Implementing Classes:
- ArbitraryXMLConfigurationProvider, XmlConfigurationProvider
public interface ConfigurationProvider
Interface to be implemented by all forms of XWork configuration classes.
- Version:
- $Revision: 860 $
- Author:
- $Author: rainerh $
|
Method Summary |
void |
destroy()
|
void |
init(Configuration configuration)
Initializes the configuration object. |
boolean |
needsReload()
Tells whether the ConfigurationProvider should reload its configuration |
destroy
void destroy()
init
void init(Configuration configuration)
throws ConfigurationException
- Initializes the configuration object.
- Throws:
ConfigurationException
needsReload
boolean needsReload()
- Tells whether the ConfigurationProvider should reload its configuration
- Returns:
- true, whether the ConfigurationProvider should reload its configuration, falseotherwise.
|