Interface | Description |
---|---|
LifecycleHandler |
A lifecycle handler is used when instantiating a Component and can perform operation to set up the component (for
example if a component implements a given interface calls a method of that interface, etc).
|
Class | Description |
---|---|
ComposableLifecycleHandler |
Handles lifecycle for
Composable . |
EmbeddableComponentManager |
Simple implementation of
ComponentManager to be used when using some XWiki modules standalone. |
GenericProvider<T> |
Default provider used when the Component Manager needs to inject a
Provider field but no custom Provider has
been registered. |
InitializableLifecycleHandler |
Handles lifecycle for
InitializableLifecycleHandler . |
Copyright © 2004–2021 XWiki. All rights reserved.