| Package | Description |
|---|---|
| de.cismet.ext |
Package for
CExtManager. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CExtManager.getExtension(Class<T> c,
CExtContext context)
Provides the first matching extension implementation of the given type for the given context.
|
<T> Collection<? extends T> |
CExtManager.getExtensions(Class<T> c,
CExtContext context)
Collects all matching extension implementations of the given type for the given context.
|
Collection<? extends T> |
CExtProvider.provideExtensions(CExtContext context)
Shall provide extensions for the given context.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.