Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Package weblogicx.jsp.tags.validators

Provides interfaces and classes for JSP tag validation.

See:
          Description

Interface Summary
Customizable Interface to be implemented by clients wanting to substitute their own validate methods and thus creating new classes to be used as validatorClass attributes in the CustomValidator.
Validatable All validators directly or indirectly should implement the following interface and it is used by Summary to call methods on them.
 

Class Summary
CompareValidator Compares two strings from the two fields provided in the fieldToValidate attribute.
CustomizableAdapter class provides the default base implementation of the Customizable interface, users can extend this class and override beaviour
CustomValidator Class implements the ValidatableTagAdapter and forms a wrapper around the Customizable classes.
ErrorSummary Custom tag to print all the error messages stored in the summary's error Vector.
FormTag A Tag class which takes the redirect Page and the request method as an argument and writes out a Html form with an action attribute set to itself.
RegExpValidator The RegExpValidator is used for validating regular expressions.
RequiredFieldValidator  
Summary Summary keeps tract of all validators on the page reconstructing and executing validate() on validators and storing the errorMessages in the process.
SummaryTEI class providing the Extra Info..for Summary
ValidatableAdapter  
ValidatableTagAdapter  
 

Exception Summary
UnImplementedException  
 

Package weblogicx.jsp.tags.validators Description

Provides interfaces and classes for JSP tag validation.


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06