edu.wisc.my.portlets.bookmarks.domain.validation
Class PreferencesValidator

java.lang.Object
  extended by edu.wisc.my.portlets.bookmarks.domain.validation.PreferencesValidator
All Implemented Interfaces:
Validator

public class PreferencesValidator
extends Object
implements Validator

Validates a Preferences object.

Version:
$Revision: 12164 $
Author:
Eric Dalquist eric.dalquist@doit.wisc.edu

Constructor Summary
PreferencesValidator()
           
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(Object obj, Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesValidator

public PreferencesValidator()
Method Detail

supports

public boolean supports(Class clazz)
Specified by:
supports in interface Validator
See Also:
Validator.supports(java.lang.Class)

validate

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


Copyright © 2010 Jasig. All Rights Reserved.