Groovy Documentation

src.groovy.pl.burningice.plugins.image.validator
Class ImageValidator

java.lang.Object
  src.groovy.pl.burningice.plugins.image.validator.ImageValidator

class ImageValidator

Class allows to validate uploaded image associated with specified grails domain class.

author:
pawel.gdula@burningice.pl


Constructor Summary
ImageValidator()

 
Method Summary
static def validate(MultipartFile image, ImageContainer container)

 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ImageValidator

ImageValidator()


 
Method Detail

validate

public static def validate(MultipartFile image, ImageContainer container)


 

Groovy Documentation