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

Part Number E13941-03

weblogicx.jsp.tags.validators
Class CompareValidator

java.lang.Object
  extended by weblogicx.jsp.tags.validators.CustomizableAdapter
      extended by weblogicx.jsp.tags.validators.CompareValidator
All Implemented Interfaces:
Serializable, Customizable

public class CompareValidator
extends CustomizableAdapter

Compares two strings from the two fields provided in the fieldToValidate attribute. They must be of the form field1,field2 where field1 is the field to be compared against field2

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogicx.jsp.tags.validators.CustomizableAdapter
errorMessage, expression, fieldToValidate
 
Constructor Summary
CompareValidator()
           
 
Method Summary
 boolean equals(Object o)
           
 boolean validate(ServletRequest request)
          Its is assumed here that the compare validator compares 2 fields which are listed as comma seperated elements in the fieldToValidate.
 
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

CompareValidator

public CompareValidator()
Method Detail

validate

public boolean validate(ServletRequest request)
                 throws Exception
Its is assumed here that the compare validator compares 2 fields which are listed as comma seperated elements in the fieldToValidate. here fieldToVlidate is assumed to be like firstField,secondField where firstField is the main field being validated secondField is the field to be validated against.

Specified by:
validate in interface Customizable
Specified by:
validate in class CustomizableAdapter
Parameters:
request - : received
Returns:
boolean indicating operation status
Throws:
Exception

equals

public boolean equals(Object o)
Overrides:
equals in class CustomizableAdapter

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 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03