|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Customizable
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(String name)
error message being shown to the user. |
void |
setExpression(String type)
customExpression which may be used by the implementor for use in the validate method |
void |
setFieldToValidate(String control)
field being validated |
boolean |
validate(ServletRequest request)
users may use this method to validate the string value. |
| Method Detail |
|---|
void setFieldToValidate(String control)
void setErrorMessage(String name)
void setExpression(String type)
boolean validate(ServletRequest request)
throws Exception
value - : received from the request parameter for this control
Exception
|
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 | |||||||||