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 |
|---|---|
java.lang.String |
generateShortUrl(DeeplinkUrlModel deeplinkUrlModel,
java.lang.Object contextObject)
Generate short url.
|
DeeplinkUrlService.LongUrlInfo |
generateUrl(java.lang.String barcodeToken)
Generate long url.
|
java.lang.String |
parseTemplate(java.lang.String template,
VelocityContext context)
Parses the template.
|
DeeplinkUrlService.LongUrlInfo generateUrl(java.lang.String barcodeToken)
barcodeToken - the barcode tokenjava.lang.String generateShortUrl(DeeplinkUrlModel deeplinkUrlModel, java.lang.Object contextObject)
deeplinkUrlModel - the deeplink url modelcontextObject - the context objectjava.lang.String parseTemplate(java.lang.String template,
VelocityContext context)
template - the templatecontext - the contextCopyright © 2018 SAP SE. All Rights Reserved.