© 2002 BEA Systems, Inc.


Package com.bea.p13n.appflow.webflow.forms

Interface Summary
Validatable  
ValidatedForm The ValidatedForm class is used to validate http form data.
ValidatedFormConstants  
ValidatedValues The ValidatedValues class allows a programmer who writes an InputProcessor to report the status, value and message of processed form fields back to the JSP.
Validator A generic interface implemented by plugable Validators.
WebflowFormConstants A set of constants shared by ValidatedValue, ValidatedForm tags and plugable Validators
 

Class Summary
MinMaxExpression  
ValidatedFormFactory A factory for instantiating standard and custom form validators.
ValidatedValuesFactory A factory for instantiating ValidatedValues object
ValidateParameter The ValidateParameter class validates HttpServletRequest paramaters and sets the status and value, depending upon the validation, into a map of statuses and values.
ValidationStatus The ValidationStatus class allows programmer who writes an InputProcessor to set the status of the field validation result.
 

Exception Summary
InvalidFormDataException An exception thrown by the developer in an InputProcessor to indicate that some of the HTML form data is invalid.
InvalidValidatorException Thrown by ValidatedForm when validating a field, if the validator specified is not a valid validator.
MissingFormFieldException Thrown by ValidatedForm when validating a field, if the field is not in the HttpRequestServlet.
 


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved