Package org.apache.wicket.request
Interface IUrlRenderer
-
public interface IUrlRendererAn interface that a Url can implement if it knows how to render itself as full url or relative to a base url
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringrenderFullUrl(Url url, Url baseUrl)Renders the passed url as full/absolute.java.lang.StringrenderRelativeUrl(Url url, Url baseUrl)Renders the passed url as relative to a base url.
-