org.jasig.schedassist.web.owner.schedule
Class ClearAvailableScheduleFormBackingObjectValidator

java.lang.Object
  extended by org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObjectValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class ClearAvailableScheduleFormBackingObjectValidator
extends Object
implements org.springframework.validation.Validator

Validator for ClearAvailableScheduleFormBackingObjects.

Version:
$Id: ClearAvailableScheduleFormBackingObjectValidator.java 2304 2010-07-28 17:18:20Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
ClearAvailableScheduleFormBackingObjectValidator()
           
 
Method Summary
 boolean supports(Class<?> clazz)
           
 void validate(Object command, 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

ClearAvailableScheduleFormBackingObjectValidator

public ClearAvailableScheduleFormBackingObjectValidator()
Method Detail

supports

public boolean supports(Class<?> clazz)
Specified by:
supports in interface org.springframework.validation.Validator

validate

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


Copyright © 2012 Jasig. All Rights Reserved.