|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionMessages
org.apache.struts.action.ActionErrors
anyframe.web.struts.util.ValidatorError
public class ValidatorError
The ValidatorError class which provides a method which gets validation Error Messages when execute initValidator method in org.apache.commons.validator.Validator class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.struts.action.ActionMessages |
|---|
org.apache.struts.action.ActionMessages.ActionMessageItem |
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.ActionMessages |
|---|
accessed, GLOBAL_MESSAGE, iCount, messages |
| Constructor Summary | |
|---|---|
ValidatorError()
|
|
| Method Summary | |
|---|---|
void |
checkValidation()
|
java.lang.String |
getErrorMessage()
This method which returns validation error message which is error filed, input value etc. |
boolean |
isValid()
This method which returns a validation check value. |
| Methods inherited from class org.apache.struts.action.ActionMessages |
|---|
add, add, clear, get, get, isAccessed, isEmpty, properties, size, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorError()
| Method Detail |
|---|
public boolean isValid()
public java.lang.String getErrorMessage()
public void checkValidation()
throws java.lang.Exception
java.lang.Exception
|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||