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

Part Number E13941-04

Uses of Interface
weblogicx.jsp.tags.validators.Validatable

Packages that use Validatable
weblogicx.jsp.tags.validators Provides interfaces and classes for JSP tag validation. 
 

Uses of Validatable in weblogicx.jsp.tags.validators
 

Classes in weblogicx.jsp.tags.validators that implement Validatable
 class CustomValidator
          Class implements the ValidatableTagAdapter and forms a wrapper around the Customizable classes.
 class ValidatableAdapter
           
 class ValidatableTagAdapter
           
 

Methods in weblogicx.jsp.tags.validators that return Validatable
 Validatable ValidatableAdapter.decodeHiddenField(String stToDecode)
           
 Validatable Validatable.decodeHiddenField(String stringToDecode)
          given the String of writtenHiddenField(), this method must know how to reconstruct an object from the string.
 Validatable CustomValidator.decodeHiddenField(String stToDecode)
           
 Validatable Summary.register(Validatable cv)
           
 

Methods in weblogicx.jsp.tags.validators with parameters of type Validatable
 Validatable Summary.register(Validatable cv)
           
 


Copyright 1996, 2010, 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.4)

Part Number E13941-04