public abstract class Configurable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
configResource
This specific security configuration file.
|
protected ResourceWatcher |
configWatcher
This filewatcher checks the configuration file for changes.
|
protected MMBaseCop |
manager
The SecurityManager, which created this instance
|
| Constructor and Description |
|---|
Configurable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
load()
This method should be overridden by an extending class.
|
void |
load(MMBaseCop manager,
ResourceWatcher configWatcher,
String configPath)
The method which initialized an instance of this class.
|
protected MMBaseCop manager
protected String configResource
protected ResourceWatcher configWatcher
public final void load(MMBaseCop manager, ResourceWatcher configWatcher, String configPath)
manager - The class that created this instance.configWatcher - checks the files for changesconfigPath - The url which contains the config information for the authorization (e.g. context/config.xml). Or null (if configured to be "")load()protected abstract void load()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}