|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
||||||||||
| 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
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||