|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUrlRenderer
An interface that a Url can implement if it knows how to render itself as full url or relative to a base url
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String renderFullUrl(Url url,
Url baseUrl)
url - the url to render as fullbaseUrl - the url of the currently rendered page
String renderRelativeUrl(Url url,
Url baseUrl)
url - the url to render as relativebaseUrl - the url of the currently rendered page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||