public class JavaScriptPlugin extends WebUiPlugin
Modifier and Type | Field and Description |
---|---|
static String |
INIT_JS |
static String |
STATIC_INIT_JS |
Constructor and Description |
---|
JavaScriptPlugin(String fileName) |
Modifier and Type | Method and Description |
---|---|
String |
getJavaScriptResourcePath() |
getPluginName, gwt, js, toString
public static final String INIT_JS
public static final String STATIC_INIT_JS
public JavaScriptPlugin(String fileName)
fileName
- of JavaScript source file under static/
subdirectory within the
plugin's JAR.public String getJavaScriptResourcePath()
getJavaScriptResourcePath
in class WebUiPlugin