Java org.apache.wicket.request UrlUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request UrlUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request UrlUtils.

The text is from its open source code.

Method

booleanisRelative(final String url)
Checks if the url is relative or absolute
StringrewriteToContextRelative(String url, IRequestCycle requestCycle)
Rewrites a relative url to be context relative, leaves absolute urls same.