public interface DeeplinkUrlService
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeeplinkUrlService.LongUrlInfo
The Class LongUrlInfo container for generated URL and forward or redirect info
|
| Modifier and Type | Method and Description |
|---|---|
String |
generateShortUrl(DeeplinkUrlModel deeplinkUrlModel,
Object contextObject)
Generate short url.
|
DeeplinkUrlService.LongUrlInfo |
generateUrl(String barcodeToken)
Generate long url.
|
String |
parseTemplate(String template,
VelocityContext context)
Parses the template.
|
DeeplinkUrlService.LongUrlInfo generateUrl(String barcodeToken)
barcodeToken - the barcode tokenString generateShortUrl(DeeplinkUrlModel deeplinkUrlModel, Object contextObject)
deeplinkUrlModel - the deeplink url modelcontextObject - the context objectCopyright © 2017 SAP SE. All Rights Reserved.