|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> controller >> [ validation overview ] | PREV NEXT | ||||||||
C
- com.jcorporate.expresso.core.controller.validation - package com.jcorporate.expresso.core.controller.validation
- This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.
E
- ExpressoFieldChecks - class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks.
- ExpressoFieldChecks() - Constructor for class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
F
- FIELD_TEST_EQUAL - Static variable in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- FIELD_TEST_NOTNULL - Static variable in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- FIELD_TEST_NULL - Static variable in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
G
- getValueAsString(Object, String) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Convenience method for getting a value from a bean property as a
String.
I
- isString(Object) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Return
trueif the specified object is a String or anullvalue. - isURL(String) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Determine if the given
valueis formatted as a proper URL.
L
- log - Static variable in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Commons Logging instance.
V
- validateByte(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to a byte primitive.
- validateCreditCard(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field is a valid credit card number.
- validateDate(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field is a valid date.
- validateDouble(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to a double primitive.
- validateDoubleRange(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if a fields value is within a range (min & max specified in the vars attribute).
- validateEmail(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if a field has a valid e-mail address.
- validateFloat(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to a float primitive.
- validateFloatRange(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if a fields value is within a range (min & max specified in the vars attribute).
- validateIntRange(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if a fields value is within a range (min & max specified in the vars attribute).
- validateInteger(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to an int primitive.
- validateLong(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to a long primitive.
- validateMask(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field matches the regular expression in the field's mask attribute.
- validateMaxLength(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field's length is less than or equal to the maximum value.
- validateMinLength(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field's length is greater than or equal to the minimum value.
- validateRange(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Deprecated. As of Struts 1.1, replaced by
validateIntRange(java.lang.Object,org.apache.commons.validator.ValidatorAction,org.apache.commons.validator.Field,org.apache.struts.action.ActionErrors,javax.servlet.http.HttpServletRequest)55 - validateRequired(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field isn't null and length of the field is greater than zero not including whitespace.
- validateRequiredIf(Object, ValidatorAction, Field, ActionErrors, Validator, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field isn't null based on the values of other fields.
- validateShort(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if the field can safely be converted to a short primitive.
- validateURL(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
- Checks if a field is a valid url.
C E F G I L V
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> controller >> [ validation overview ] | PREV NEXT | ||||||||