|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.commons.AbstractBeanValidator
org.springmodules.validation.commons.AbstractPageBeanValidator
public abstract class AbstractPageBeanValidator
| Constructor Summary | |
|---|---|
protected |
AbstractPageBeanValidator()
|
protected |
AbstractPageBeanValidator(int page)
|
| Method Summary | |
|---|---|
protected void |
cleanupValidator(Validator validator)
A callback method that is called just after the validate() method is called on the given validator. |
int |
getPage()
|
protected void |
initValidator(Validator validator)
A callback method that is called just before the validate() method is called on the given validator. |
void |
setPage(int page)
|
| Methods inherited from class org.springmodules.validation.commons.AbstractBeanValidator |
|---|
getFormName, getLocale, setValidatorFactory, supports, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractPageBeanValidator()
protected AbstractPageBeanValidator(int page)
| Method Detail |
|---|
public int getPage()
getPage in interface PageAwarepublic void setPage(int page)
protected void initValidator(Validator validator)
AbstractBeanValidator
initValidator in class AbstractBeanValidatorprotected void cleanupValidator(Validator validator)
AbstractBeanValidatorAbstractBeanValidator.initValidator(org.apache.commons.validator.Validator)
method.
cleanupValidator in class AbstractBeanValidator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||