public abstract class AbstractConfigurationAware extends Object implements ConfigurationAware
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
| Constructor and Description |
|---|
AbstractConfigurationAware() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigurationKey> |
getConfigurationKeys() |
protected void |
checkNotInitialized(boolean isInitializedExpression) |
protected void |
init()
Can be overridden so that there's no need to call
super.init(Configuration). |
void |
init(Configuration configuration)
Initialize the component.
|
protected Configuration configuration
public void init(Configuration configuration)
ConfigurationAwareConfigurationAware components e.g. (
LocaleSupport).
This method must not be called directly by the application.init in interface ConfigurationAwareprotected void init()
super.init(Configuration).public Set<ConfigurationKey> getConfigurationKeys()
getConfigurationKeys in interface ConfigurationAwareprotected void checkNotInitialized(boolean isInitializedExpression)
IllegalStateException - If the isInitializedExpression evaluates to trueCopyright © 2015. All Rights Reserved.