public class SlingTypeResolverSelector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESERVED_NAME_PREFIX
Resolvers 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 resolvers which have names starting
with the {#link RESERVED_NAME_PREFIX}.
|
| Constructor and Description |
|---|
SlingTypeResolverSelector() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SlingTypeResolver<Object> |
getSlingTypeResolver(@NotNull String name) |
public static final String RESERVED_NAME_PREFIX
public static final String RESERVED_PACKAGE_PREFIX
@Nullable public @Nullable SlingTypeResolver<Object> getSlingTypeResolver(@NotNull @NotNull String name)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.