net.sourceforge.fluxion.beans.utils
Class FileUploadValidator

java.lang.Object
  extended by net.sourceforge.fluxion.beans.utils.FileUploadValidator
All Implemented Interfaces:
org.springframework.validation.Validator

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

Created by IntelliJ IDEA. User: davey Date: 18-Dec-2008 Time: 16:56:34 To change this template use File | Settings | File Templates.


Constructor Summary
FileUploadValidator()
           
 
Method Summary
 boolean supports(java.lang.Class aClass)
           
 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

FileUploadValidator

public FileUploadValidator()
Method Detail

supports

public boolean supports(java.lang.Class aClass)
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.