public class GenericResolver extends Object implements Resolver
| Constructor and Description |
|---|
GenericResolver(String resourceName,
String entryName)
Instantiates a new resolver.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryName()
Gets the entry name.
|
String |
getLink(String baseURI,
Map<String,String> parameters)
Gets the link.
|
String |
getResourceName()
Gets the resource name.
|
void |
setEntryName(String entryName)
Sets the entry name.
|
void |
setResourceName(String resourceName)
Sets the resource name.
|
String |
shortLink(String theLink,
Map<String,String> parameters)
Short link.
|
String |
toString()
To string.
|
public String getResourceName()
getResourceName in interface Resolverpublic String getEntryName()
getEntryName in interface Resolverpublic void setResourceName(String resourceName)
resourceName - the resourceName to setpublic void setEntryName(String entryName)
entryName - the entryName to setpublic String getLink(String baseURI, Map<String,String> parameters) throws Exception
public String shortLink(String theLink, Map<String,String> parameters) throws Exception
Copyright © 2022. All Rights Reserved.