public class ExecutionRelativeUrlResolver extends RelativeUrlResolver
| Constructor | Description |
|---|---|
ExecutionRelativeUrlResolver() |
| Modifier and Type | Method | Description |
|---|---|---|
java.net.URL |
getURL(java.net.URL context,
java.lang.String url) |
Resolve the url in the context of context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetURLpublic java.net.URL getURL(java.net.URL context,
java.lang.String url)
throws java.net.MalformedURLException
RelativeUrlResolvergetURL in class RelativeUrlResolvercontext - The URL of the ressource containing the reference urlurl - a relative or absolution url stringjava.net.MalformedURLException