Example usage for org.apache.wicket.validation.validator RangeValidator subclass-usage

List of usage examples for org.apache.wicket.validation.validator RangeValidator subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.validation.validator RangeValidator subclass-usage.

Usage

From source file org.artifactory.webapp.wicket.util.validation.PortNumberValidator.java

/**
 * The port number field wicket validator. Asserts the input is no lower than 1, and no higher than 65535 (the valid
 * port range)
 *
 * @author Noam Y. Tenne
 */