@Api(allMethods=true)
public interface DispatcherUrlService
| Modifier and Type | Method and Description |
|---|---|
String |
getDispatcherUrl()
Get the base URL for the dispatcher service.
|
String |
getLocalDispatcherUrl()
Get the local base URL for the dispatcher service.
|
String |
localize(String externalUrl)
Convert an external URL to a locally accessible URL.
|
String getDispatcherUrl()
String getLocalDispatcherUrl()
String localize(String externalUrl)
getDispatcherUrl() by getLocalDispatcherUrl() although implementations may perform more
sophisticated localization.externalUrl - external URL that maps to the dispatcher serviceCopyright © 2015 Geosparc. All Rights Reserved.