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  DeepLinkobjects that represent the location of 1 or more admin elements | 
| protected abstract List<DeepLink> | getLinksInternal(T item) | 
protected BaseUrlResolver baseUrlResolver
Copyright © 2020. All rights reserved.