org.opennms.acl.ui.validator
Class GroupValidator
java.lang.Object
org.opennms.acl.ui.validator.GroupValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
@Component(value="groupValidator")
public class GroupValidator
- extends Object
- implements org.springframework.validation.Validator
GroupValidator class.
- Since:
- jdk 1.5.0
- Version:
- $Id: $
- Author:
- Massimiliano Dessì (desmax74@yahoo.it)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupValidator
public GroupValidator()
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 err)
-
- Specified by:
validate in interface org.springframework.validation.Validator
Copyright © 2011. All Rights Reserved.