T - the type of the source item to resolve into a URL.public interface UrlResolver<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolve(T source)
Resolve the url path for the source type.
|
java.lang.String resolve(T source)
source - the source type.Copyright © 2018 SAP SE. All Rights Reserved.