public class ComposableLifecycleHandler extends Object implements LifecycleHandler
Composable.| Constructor and Description |
|---|
ComposableLifecycleHandler() |
| 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)
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 ComponentCopyright © 2004–2015 XWiki. All rights reserved.