sample.contact
Class AddPermissionValidator

java.lang.Object
  extended by sample.contact.AddPermissionValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class AddPermissionValidator
extends Object
implements org.springframework.validation.Validator

Validates AddPermission.

Version:
$Id: AddPermissionValidator.java 1754 2006-11-17 02:01:21Z benalex $
Author:
Ben Alex

Constructor Summary
AddPermissionValidator()
           
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(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

AddPermissionValidator

public AddPermissionValidator()
Method Detail

supports

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

validate

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


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.