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:
org.springframework.validation.Validator

public class PreferencesValidator
extends java.lang.Object
implements org.springframework.validation.Validator

Validates a Preferences object.

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

Constructor Summary
PreferencesValidator()
           
 
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

PreferencesValidator

public PreferencesValidator()
Method Detail

supports

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

validate

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


Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.