|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.taglib.pl.burningice.plugins.image.BurningImageTagLib
class BurningImageTagLib
Taglib for usage with annotated image container
Property Summary | |
---|---|
ContainerWorkerFactory |
containerWorkerFactory
|
def |
hasImage
Allows to check if specified image container has saved image |
def |
img
Display html img tag with path to stored image |
static def |
namespace
|
def |
resource
Create link to image stored on the server |
Constructor Summary | |
BurningImageTagLib()
|
Method Summary | |
---|---|
private def
|
getOutputDir(java.lang.String outputDir)
Returns directory where image is stored. |
private def
|
getOutputDir(java.util.Map outputDir)
Returns directory where image is stored. |
private def
|
getResourceData(def size, FileImageContainer imageContainer)
Retrieve information about file name and storage directory on base of image size name and image container object |
private def
|
getResourceData(def size, DBImageContainer imageContainer)
Retrieve information about file name and storage directory on base of image size name and image container object |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
ContainerWorkerFactory containerWorkerFactory
def hasImage
def img
static def namespace
def resource
Constructor Detail |
---|
BurningImageTagLib()
Method Detail |
---|
private def getOutputDir(java.lang.String outputDir)
private def getOutputDir(java.util.Map outputDir)
private def getResourceData(def size, FileImageContainer imageContainer)
private def getResourceData(def size, DBImageContainer imageContainer)
Groovy Documentation