|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| ArrayParameter | Reads an array of values and converts them to a Java object array. |
| BigDecimalParameter | A class which represents a BigDecimal |
| BigIntegerParameter | A class which represents a BigInteger |
| BitSetParameter | Encode and decode a bit set as a request parameter. |
| BooleanParameter | A class that represents the model for boolean form parameters. |
| CancellableValidationListener | A generic validation listener that wraps any parameter listener so that the parameter listener is conditionally run based on the value of a RequestLocal. |
| DateInRangeValidationListener | Verifies that the parameter's value is within a specified date range. |
| DateParameter | A class that represents the model for date form parameters. |
| DateTimeParameter | A class that represents the model for date and time form parameters. |
| DoubleParameter | A class that represents the model for number form parameters. |
| EmailParameter | An email address parameter. |
| EmailValidationListener | |
| EnumerationParameter | A class that represents the model for number form parameters. |
| EnumerationValidationListener | Verifies that the parameter's value is a member of a list of Strings |
| FloatParameter | A class that represents the model for number form parameters. |
| FloatValidationListener | |
| GlobalizedParameterListener | Abstract class to be extended by globalized parameters. |
| IntegerParameter | A class that represents the model for number form parameters. |
| IntegerValidationListener | |
| KeywordValidationListener | Verifies that the parameter's value is composed of only alpha-numeric or underscore characters. |
| LongParameter | A class that represents the model for number form parameters. |
| NotEmptyValidationListener | Verifies that the parameter's value is non-empty. |
| NotNullValidationListener | Verifies that the parameter's value is not null. |
| NotWhiteSpaceValidationListener | Deprecated. Use NotEmptyValidationListener. |
| NumberInRangeValidationListener | Verifies that the parameter's value is within a specified range. |
| NumberParameter | A class that represents the model for number form parameters. |
| ParameterData | This class is used to manage the data associated with a single parameter. |
| ParameterModel | Represents the abstract model for a form parameter object. |
| SingleLineValidationListener | |
| StringInRangeValidationListener | Check that a string's length falls into a particular range. |
| StringIsLettersOrDigitsValidationListener | Verifies that the parameter's value contains only letters and/or digits. |
| StringLengthValidationListener | Verifies that the string length is less than or equal to the specified value |
| StringParameter | A string parameter. |
| TidyHTMLValidationListener | Verifies that the parameter's value is well-formed HTML by running it through JTidy. |
| TimeParameter | A class that represents the model for a time form parameter. |
| TrimmedStringParameter | A class that represents the model for String form parameters. |
| TypeCheckValidationListener | Verifies that the parameter's type is the expected type |
| URLParameter | A class that represents the model for URL form parameters. |
| URLTokenValidationListener | Verifies that the parameter's value is composed of only alpha-numeric, underscore, or hyphen characters. |
| URLValidationListener | |
| WordValidationListener | |
These classes represent all the ParameterModels and ValidationListeners i.e., all classes that handle obtaining and validating the state from the HTTP request and transforming them into Java objects.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||