WebLogic Integration


Package com.bea.web.validation

The com.bea.web.validation package provides classes that validate user input to support form processing.

See:
          Description

Interface Summary
IValidationResult An interface that encapsulates information about the result of a validation of a value for a word.
 

Class Summary
BasicValidationResult Maintains basic validation results
DateWord Determines if a value is a valid date and is in the proper format.
DoubleWord Determines if a value is a valid Java Double between a specified range.
EmailWord Determines if a value is a valid email address.
FloatWord Determines if a value is a valid Java float between a specified range.
IdentifierWord Determines if a value is a valid Java identifier.
IntegerWord Determines if a value is a valid Java Integer between a specified range.
URLWord Determines if a value is a valid URL.
Word Encapsulates metadata about a single data element in a model.
 

Package com.bea.web.validation Description

The com.bea.web.validation package provides classes that validate user input to support form processing.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

WebLogic Integration

WebLogic Integration (WLI)