BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags.validators
Class RequiredFieldValidator

java.lang.Object
  |
  +--weblogicx.jsp.tags.validators.CustomizableAdapter
        |
        +--weblogicx.jsp.tags.validators.RequiredFieldValidator

public class RequiredFieldValidator
extends CustomizableAdapter

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class weblogicx.jsp.tags.validators.CustomizableAdapter
errorMessage, expression, fieldToValidate
 
Constructor Summary
RequiredFieldValidator()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean validate(javax.servlet.ServletRequest req)
           
 
Methods inherited from class weblogicx.jsp.tags.validators.CustomizableAdapter
attributeDequote, getErrorMessage, getExpression, getFieldToValidate, setErrorMessage, setExpression, setFieldToValidate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredFieldValidator

public RequiredFieldValidator()
Method Detail

validate

public boolean validate(javax.servlet.ServletRequest req)
                 throws java.lang.Exception

Overrides:
validate in class CustomizableAdapter

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class CustomizableAdapter

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.