Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E F G I L V

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 true if the specified object is a String or a null value.
isURL(String) - Static method in class com.jcorporate.expresso.core.controller.validation.ExpressoFieldChecks
Determine if the given value is 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