Uses of Interface
io.wcm.sling.commons.caservice.ContextAwareService
-
Packages that use ContextAwareService Package Description io.wcm.sling.commons.caservice Context-Aware services. -
-
Uses of ContextAwareService in io.wcm.sling.commons.caservice
Classes in io.wcm.sling.commons.caservice with type parameters of type ContextAwareService Modifier and Type Interface Description static interfaceContextAwareServiceResolver.ResolveAllResult<T extends ContextAwareService>Result of theContextAwareServiceResolver.resolveAll(Class, Adaptable)method.Methods in io.wcm.sling.commons.caservice with type parameters of type ContextAwareService Modifier and Type Method Description <T extends ContextAwareService>
TContextAwareServiceResolver. resolve(@NotNull java.lang.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>
@NotNull ContextAwareServiceResolver.ResolveAllResult<T>ContextAwareServiceResolver. resolveAll(@NotNull java.lang.Class<T> serviceClass, @NotNull org.apache.sling.api.adapter.Adaptable adaptable)Resolves all matching service implementations for the given resource context.
-