| Package | Description |
|---|---|
| io.wcm.sling.commons.caservice |
Context-Aware services.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContextAwareServiceResolver.ResolveAllResult<T extends ContextAwareService>
Result of the
ContextAwareServiceResolver.resolveAll(Class, Adaptable) method. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ContextAwareService> |
ContextAwareServiceResolver.resolve(@NotNull Class<T> serviceClass,
@NotNull org.apache.sling.api.adapter.Adaptable adaptable)
Resolves the best-matching service implementation for the given resource context.
|
<T extends ContextAwareService> |
ContextAwareServiceResolver.resolveAll(@NotNull Class<T> serviceClass,
@NotNull org.apache.sling.api.adapter.Adaptable adaptable)
Resolves all matching service implementations for the given resource context.
|
Copyright © 2014–2019 wcm.io. All rights reserved.