magoffin.matt.ma2.web
Class SetupWizard.SetupCommandValidator
java.lang.Object
magoffin.matt.ma2.web.SetupWizard.SetupCommandValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
- Enclosing class:
- SetupWizard
public static class SetupWizard.SetupCommandValidator
- extends java.lang.Object
- implements org.springframework.validation.Validator
Validator class for SetupCommand.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupWizard.SetupCommandValidator
public SetupWizard.SetupCommandValidator()
validate
public void validate(java.lang.Object obj,
org.springframework.validation.Errors errors)
- Specified by:
validate
in interface org.springframework.validation.Validator
supports
public boolean supports(java.lang.Class clazz)
- Specified by:
supports
in interface org.springframework.validation.Validator
getFileSystemPage
public int getFileSystemPage()
- Returns:
- the fileSystemPage
setFileSystemPage
public void setFileSystemPage(int fileSystemPage)
- Parameters:
fileSystemPage
- the fileSystemPage to set