org.jdiagnose.library.web.spring
Class ImportValidator

java.lang.Object
  extended byorg.jdiagnose.library.web.spring.ImportValidator
All Implemented Interfaces:
org.springframework.validation.Validator

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

Author:
jmccrindle

Constructor Summary
ImportValidator()
           
 
Method Summary
protected  boolean isBlank(java.lang.String value)
           
 boolean supports(java.lang.Class commandClass)
           
 void validate(java.lang.Object command, 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

ImportValidator

public ImportValidator()
Method Detail

supports

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

isBlank

protected boolean isBlank(java.lang.String value)

validate

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


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.