|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.services.pl.burningice.plugins.image.BurningImageService
class BurningImageService
Main entry for the plugin
Property Summary | |
---|---|
boolean |
transactional
This gets rid of exception for not using native acceleration |
Constructor Summary | |
BurningImageService()
|
Method Summary | |
---|---|
def
|
doWith(java.lang.String filePath, java.lang.String resultDir)
Executes work for file determined by string path |
def
|
doWith(MultipartFile file, java.lang.String resultDir)
Executes work for file determined by MultipartFile interface |
def
|
doWith(MultipartFile file)
Executes work for file determined by MultipartFile interface |
private def
|
getWorker(def file, def resultDir)
Create and configure object that execute specified manipulations on image |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
boolean transactional
Constructor Detail |
---|
BurningImageService()
Method Detail |
---|
public def doWith(java.lang.String filePath, java.lang.String resultDir)
public def doWith(MultipartFile file, java.lang.String resultDir)
public def doWith(MultipartFile file)
private def getWorker(def file, def resultDir)
Groovy Documentation