magoffin.matt.ma2.web
Class SetupWizard.SetupCommandValidator

java.lang.Object
  extended by 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.


Constructor Summary
SetupWizard.SetupCommandValidator()
           
 
Method Summary
 int getFileSystemPage()
           
 void setFileSystemPage(int fileSystemPage)
           
 boolean supports(java.lang.Class clazz)
           
 void validate(java.lang.Object obj, org.springframework.validation.Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupWizard.SetupCommandValidator

public SetupWizard.SetupCommandValidator()
Method Detail

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