|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogicx.jsp.tags.validators.CustomizableAdapter
|
+--weblogicx.jsp.tags.validators.CompareValidator
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
| Fields inherited from class weblogicx.jsp.tags.validators.CustomizableAdapter |
errorMessage,
expression,
fieldToValidate |
| Constructor Summary | |
CompareValidator()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
boolean |
validate(javax.servlet.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 |
public CompareValidator()
| Method Detail |
public boolean validate(javax.servlet.ServletRequest request)
throws java.lang.Exception
public boolean equals(java.lang.Object o)
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||