Package | Description |
---|---|
org.apache.shale.validator.validator |
This package contains a set of JSF validators that use
the Apache Commons Validator API to perform both
client- and server-side validation.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleValidator
Validator implementation that will perform both format
and (optional) range checks on a Double value. |
class |
FloatValidator
Validator implementation that will perform both format
and (optional) range checks on a Float value. |
class |
IntegerValidator
Validator implementation that will perform both format
and (optional) range checks on an integer value. |
class |
LongValidator
Validator implementation that will perform both format
and (optional) range checks on a Long value. |
class |
ShortValidator
Validator implementation that will perform both format
and (optional) range checks on a Short value. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.