magoffin.matt.ma2.web.service
Class DeleteCollectionController.CommandValidator

java.lang.Object
  extended by magoffin.matt.ma2.web.service.DeleteCollectionController.CommandValidator
All Implemented Interfaces:
org.springframework.validation.Validator
Enclosing class:
DeleteCollectionController

public static class DeleteCollectionController.CommandValidator
extends java.lang.Object
implements org.springframework.validation.Validator

Validator class.


Constructor Summary
DeleteCollectionController.CommandValidator()
           
 
Method Summary
 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

DeleteCollectionController.CommandValidator

public DeleteCollectionController.CommandValidator()
Method Detail

supports

public boolean supports(java.lang.Class clazz)
Specified by:
supports in interface org.springframework.validation.Validator

validate

public void validate(java.lang.Object obj,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator