net.sourceforge.mystique.infrastructure.validation
Class CommentValidator

java.lang.Object
  extended by net.sourceforge.mystique.infrastructure.validation.CommentValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class CommentValidator
extends java.lang.Object
implements org.springframework.validation.Validator

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]

Constructor Summary
CommentValidator()
           
 
Method Summary
 boolean supports(java.lang.Class clss)
           
 void validate(java.lang.Object object, 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

CommentValidator

public CommentValidator()
Method Detail

supports

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

validate

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


Copyright © 2010. All Rights Reserved.