public class SlingDataFetcherSelector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESERVED_NAME_PREFIX
Fetchers which have a name starting with this prefix must be
under the {#link RESERVED_PACKAGE_PREFIX} package.
|
static String |
RESERVED_PACKAGE_PREFIX
Package name prefix for fetchers which have names starting
with the {#link RESERVED_NAME_PREFIX}.
|
| Constructor and Description |
|---|
SlingDataFetcherSelector() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SlingDataFetcher<Object> |
getSlingFetcher(@NotNull String name) |
public static final String RESERVED_NAME_PREFIX
public static final String RESERVED_PACKAGE_PREFIX
@Nullable public @Nullable SlingDataFetcher<Object> getSlingFetcher(@NotNull @NotNull String name)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.