Groovy Documentation

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

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

class YuiUtils

Property Summary
private static java.lang.String LATEST_VERSION

private static java.lang.String YUI_PATH

 
Constructor Summary
YuiUtils()

 
Method Summary
static java.lang.String getResourcePath(java.lang.String resourcePath, boolean remote)

static java.lang.String getResourcePath(java.lang.String version, java.lang.String resourcePath, boolean remote)

private static java.lang.String getYuiResourcePath()

private static java.lang.String getYuiResourcePath(java.lang.String version)

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

Property Detail

LATEST_VERSION

private static final java.lang.String LATEST_VERSION


YUI_PATH

private static final java.lang.String YUI_PATH


 
Constructor Detail

YuiUtils

YuiUtils()


 
Method Detail

getResourcePath

public static java.lang.String getResourcePath(java.lang.String resourcePath, boolean remote)


getResourcePath

public static java.lang.String getResourcePath(java.lang.String version, java.lang.String resourcePath, boolean remote)


getYuiResourcePath

private static java.lang.String getYuiResourcePath()


getYuiResourcePath

private static java.lang.String getYuiResourcePath(java.lang.String version)


 

Groovy Documentation