public abstract class DeepLinkService<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseUrlResolver |
baseUrlResolver |
| Constructor and Description |
|---|
DeepLinkService() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAdminBaseUrl() |
List<DeepLink> |
getLinks(T item)
Returns a list of
DeepLink objects that represent the location of 1 or more admin elements |
protected abstract List<DeepLink> |
getLinksInternal(T item) |
protected BaseUrlResolver baseUrlResolver
Copyright © 2022. All rights reserved.