public abstract class AbstractConfigurationAware extends java.lang.Object implements ConfigurationAware
| Constructor and Description |
|---|
AbstractConfigurationAware() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigurationKey> |
getConfigurationKeys() |
protected void |
checkNotInitialized(boolean isInitializedExpression) |
void |
init(Configuration configuration)
Initialize the component.
|
public void init(Configuration configuration)
ConfigurationAwareConfigurationAware components e.g. (
LocaleSupport).
This method must not be called directly by the application.init in interface ConfigurationAwarepublic java.util.Set<ConfigurationKey> getConfigurationKeys()
getConfigurationKeys in interface ConfigurationAwareprotected void checkNotInitialized(boolean isInitializedExpression)
java.lang.IllegalStateException - If the isInitializedExpression evaluates to trueCopyright © 2014. All Rights Reserved.