Groovy Documentation

grails-app.domain.pl.burningice.plugins.image.ast
Class Image

java.lang.Object
  grails-app.domain.pl.burningice.plugins.image.ast.Image

class Image

Domain class for saving images uploaded by user

author:
pawel.gdula@burningice.pl


Property Summary
private static def MAX_IMAGE_SIZE

static def constraints

byte[] data

static def mapping

java.lang.String type

 
Constructor Summary
Image()

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

Property Detail

MAX_IMAGE_SIZE

private static final def MAX_IMAGE_SIZE


constraints

static def constraints


data

byte[] data


mapping

static def mapping


type

java.lang.String type


 
Constructor Detail

Image

Image()


 

Groovy Documentation