public class DefaultUrlResolver extends Object implements UrlResolver
| Constructor and Description |
|---|
DefaultUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
URL |
toStandardJavaUrl(URL url)
Resolves this container-specific URL into standard Java URL.
|
public DefaultUrlResolver()
public URL toStandardJavaUrl(URL url) throws IOException
UrlResolvertoStandardJavaUrl in interface UrlResolverurl - The URL to resolve.IOException - when the scanning failed.Copyright © 2017. All rights reserved.