Groovy Documentation

src.groovy.de.andreasschmitt.richui.taglib.renderer
Class RenderUtils

java.lang.Object
  src.groovy.de.andreasschmitt.richui.taglib.renderer.RenderUtils

class RenderUtils

Constructor Summary
RenderUtils()

 
Method Summary
static java.lang.String getApplicationResourcePath(java.lang.String pluginResourcePath)

static java.lang.String getResourcePath(java.lang.String pluginName, java.lang.String contextPath)

static java.lang.String getUniqueId()

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

Constructor Detail

RenderUtils

RenderUtils()


 
Method Detail

getApplicationResourcePath

public static java.lang.String getApplicationResourcePath(java.lang.String pluginResourcePath)


getResourcePath

public static java.lang.String getResourcePath(java.lang.String pluginName, java.lang.String contextPath)


getUniqueId

public static java.lang.String getUniqueId()


 

Groovy Documentation