org.opennms.acl.ui.validator
Class GroupValidator

java.lang.Object
  extended by 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)

Constructor Summary
GroupValidator()
           
 
Method Summary
 boolean supports(Class clazz)
          
 void validate(Object command, org.springframework.validation.Errors err)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupValidator

public GroupValidator()
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 err)

Specified by:
validate in interface org.springframework.validation.Validator


Copyright © 2011. All Rights Reserved.