public abstract class AbstractInitializableComponent extends Object implements InitializableComponent
InitializableComponent.| Modifier and Type | Field and Description |
|---|---|
private boolean |
isInitialized
Whether this component has been initialized.
|
| Constructor and Description |
|---|
AbstractInitializableComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize()
Performs the initialization of the component.
|
void |
initialize()
Initializes the component.
|
boolean |
isInitialized()
Gets whether this component is initialized.
|
private boolean isInitialized
public boolean isInitialized()
isInitialized in interface InitializableComponentpublic final void initialize()
throws ComponentInitializationException
initialize in interface InitializableComponentComponentInitializationException - thrown if there is a problem initializing the componentprotected void doInitialize()
throws ComponentInitializationException
ComponentInitializationException - thrown if there is a problem initializing the componentCopyright © 1999-2013. All Rights Reserved.