|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by clients wanting to substitute their own validate methods and thus creating new classes to be used as validatorClass attributes in the CustomValidator.
| Method Summary | |
void |
setErrorMessage(java.lang.String name)
error message being shown to the user. |
void |
setExpression(java.lang.String type)
customExpression which may be used by the implementor for use in the validate method |
void |
setFieldToValidate(java.lang.String control)
field being validated |
boolean |
validate(javax.servlet.ServletRequest request)
users may use this method to validate the string value. |
| Method Detail |
public void setFieldToValidate(java.lang.String control)
public void setErrorMessage(java.lang.String name)
public void setExpression(java.lang.String type)
public boolean validate(javax.servlet.ServletRequest request)
throws java.lang.Exception
value - : received from the request parameter for this control
|
Documentation is available at http://e-docs.bea.com/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||