public class DefaultUrlResolver extends java.lang.Object implements UrlResolver
| Constructor and Description |
|---|
DefaultUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
compute(java.lang.String url,
WebContext context)
Compute a new URL from the provided URL and the web context.
|
public java.lang.String compute(java.lang.String url,
WebContext context)
UrlResolvercompute in interface UrlResolverurl - the provided URLcontext - the web contextCopyright © 2018. All Rights Reserved.