Groovy Documentation

grails-app.controllers.pl.burningice.plugins.image
Class DbContainerImageController

java.lang.Object
  grails-app.controllers.pl.burningice.plugins.image.DbContainerImageController

class DbContainerImageController

Controller for serving images stored in DB

author:
pawel.gdula@burningice.pl


Property Summary
ImageService imageService

def index

 
Constructor Summary
DbContainerImageController()

 
Method Summary
protected java.lang.String getContentType(Image image)

protected java.lang.String getFileExtension(Image image)

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

Property Detail

imageService

ImageService imageService


index

def index


 
Constructor Detail

DbContainerImageController

DbContainerImageController()


 
Method Detail

getContentType

protected java.lang.String getContentType(Image image)


getFileExtension

protected java.lang.String getFileExtension(Image image)


 

Groovy Documentation