public class InitializableLifecycleHandler extends Object implements LifecycleHandler
InitializableLifecycleHandler.| Constructor and Description |
|---|
InitializableLifecycleHandler() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
handle(T instance,
ComponentDescriptor<T> descriptor,
ComponentManager componentManager)
Handle initialization of the passed component instance.
|
public <T> void handle(T instance,
ComponentDescriptor<T> descriptor,
ComponentManager componentManager)
throws Exception
LifecycleHandlerhandle in interface LifecycleHandlerT - the type of the Componentinstance - the component instance to initializedescriptor - the descriptor of the passed componentcomponentManager - the component manager which is initializing the ComponentException - in case the handler fails to handle the Component initializationCopyright © 2004–2014 XWiki. All rights reserved.