public static class NaiveUserAgent.DefaultUriResolver extends Object implements FSUriResolver
| Constructor and Description |
|---|
DefaultUriResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolveURI(String baseUri,
String uri)
Resolves the URI; if absolute, leaves as is, if relative, returns an
absolute URI based on the baseUrl for the agent.
|
public String resolveURI(String baseUri, String uri)
resolveURI in interface FSUriResolveruri - A URI, possibly relative.Copyright © 2018. All rights reserved.