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)
LifecycleHandler
handle
in interface LifecycleHandler
T
- 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–2021 XWiki. All rights reserved.