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

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.

XWork Project Page