public class CatalogueResolverCallBuilder extends GenericResolver
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
CatalogueResolverCallBuilder(String resourceName,
String entryName)
Instantiates a new catalogue resolver wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLink(String baseURI,
Map<String,String> parameters)
Gets the link.
|
String |
shortLink(String theLink,
Map<String,String> parameters)
Short link.
|
getEntryName, getResourceName, setEntryName, setResourceName, toStringpublic String getLink(String baseURI, Map<String,String> parameters) throws Exception
getLink in interface ResolvergetLink in class GenericResolverbaseURI - the base URIparameters - the parametersException - the exceptionpublic String shortLink(String theLink, Map<String,String> parameters) throws Exception
GenericResolvershortLink in interface ResolvershortLink in class GenericResolvertheLink - the the linkparameters - the parametersException - the exceptionCopyright © 2022. All Rights Reserved.