|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.domain.pl.burningice.plugins.image.ast.Image
class Image
Domain class for saving images uploaded by user
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 |
---|
private static final def MAX_IMAGE_SIZE
static def constraints
byte[] data
static def mapping
java.lang.String type
Constructor Detail |
---|
Image()
Groovy Documentation