Java org.apache.wicket.validation.validator UrlValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.validation.validator UrlValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.validation.validator UrlValidator.

The text is from its open source code.

Subclass

org.apache.wicket.validation.validator.UrlValidator has subclasses.
Click this link to see all its subclasses.

Field

intALLOW_2_SLASHES
Allow two slashes in the path component of the URL.

Constructor

UrlValidator()
Constructs a UrlValidator with default properties.
UrlValidator(String[] schemes, int options)
Constructs a UrlValidator with the given scheme and validation options (see class description).

Method

booleanisValid(String value)
Checks if a field has a valid URL.