edu.wisc.my.portlets.bookmarks.domain.validation
Class PreferencesValidator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesValidator
public PreferencesValidator()
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 © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.