public interface IUrlRenderer
| Modifier and Type | Method and Description |
|---|---|
String |
renderFullUrl(Url url,
Url baseUrl)
Renders the passed url as full/absolute.
|
String |
renderRelativeUrl(Url url,
Url baseUrl)
Renders the passed url as relative to a base url.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.