com.opensymphony.xwork.config
Interface ConfigurationProvider

All Known Implementing Classes:
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
 

Method Detail

destroy

public void destroy()

init

public void init(Configuration configuration)
          throws ConfigurationException
Initializes the configuration object.

Throws:
ConfigurationException

needsReload

public boolean needsReload()
Tells whether the ConfigurationProvider should reload its configuration

Returns:
true, whether the ConfigurationProvider should reload its configuration, falseotherwise.

XWork Project Page