public class NormalRelativeUrlResolver extends RelativeUrlResolver
| Constructor and Description |
|---|
NormalRelativeUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getURL(java.net.URL context,
java.lang.String url)
Resolve the url in the context of context.
|
getURLpublic java.net.URL getURL(java.net.URL context,
java.lang.String url)
throws java.net.MalformedURLException
RelativeUrlResolvergetURL in class RelativeUrlResolvercontext - The URL of the resource containing the reference urlurl - a relative or absolution url stringjava.net.MalformedURLException - if url is wrongCopyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.