nl.surfnet.coin.teams.service.impl
Class InvitationValidator

java.lang.Object
  extended by nl.surfnet.coin.teams.service.impl.InvitationValidator
All Implemented Interfaces:
org.springframework.validation.Validator

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

Validator for Invitation


Constructor Summary
InvitationValidator()
           
 
Method Summary
 boolean supports(Class<?> clazz)
          
 void validate(Object target, 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

InvitationValidator

public InvitationValidator()
Method Detail

supports

public boolean supports(Class<?> clazz)

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

validate

public void validate(Object target,
                     org.springframework.validation.Errors errors)

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


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.