org.jasig.schedassist.web.owner.preferences
Class PreferencesFormBackingObjectValidator
java.lang.Object
org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
public class PreferencesFormBackingObjectValidator
- extends Object
- implements org.springframework.validation.Validator
Validator implementation for PreferencesFormBackingObject.
- Version:
- $Id: PreferencesFormBackingObjectValidator.java 3039 2011-02-03 14:55:17Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesFormBackingObjectValidator
public PreferencesFormBackingObjectValidator()
supports
public boolean supports(Class<?> clazz)
- Specified by:
supports in interface org.springframework.validation.Validator
validate
public void validate(Object target,
org.springframework.validation.Errors errors)
- Specified by:
validate in interface org.springframework.validation.Validator
Copyright © 2011 Jasig. All Rights Reserved.