|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogicx.jsp.tags.validators.CustomizableAdapter
weblogicx.jsp.tags.validators.RequiredFieldValidator
public class RequiredFieldValidator
| Field Summary |
|---|
| Fields inherited from class weblogicx.jsp.tags.validators.CustomizableAdapter |
|---|
errorMessage, expression, fieldToValidate |
| Constructor Summary | |
|---|---|
RequiredFieldValidator()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
boolean |
validate(ServletRequest req)
users may use this method to validate the value of the parameter in the request for eg: the parameter value must contain NYC or it must not contain XYZ or they may even validate it against the custom expression set optionally. |
| 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 RequiredFieldValidator()
| Method Detail |
|---|
public boolean validate(ServletRequest req)
throws Exception
CustomizableAdapter
validate in interface Customizablevalidate in class CustomizableAdapterreq - : received
Exceptionpublic boolean equals(Object o)
equals in class CustomizableAdapter
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||