@ConsumerType
public interface SlingDataFetcher<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_SERVICE_PROPERTY
Defines the service registration property with which all
SlingDataFetcher services have to be registered. |
| Modifier and Type | Method and Description |
|---|---|
T |
get(@NotNull SlingDataFetcherEnvironment e) |
static final String NAME_SERVICE_PROPERTY
SlingDataFetcher services have to be registered. The value should
be namespaced, with namespaces being delimited by the "/" character.@Nullable T get(@NotNull @NotNull SlingDataFetcherEnvironment e) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.