public abstract class Source extends JavascriptObject implements Serializable
counter, JS_GLOBAL, objectIds
Constructor and Description |
---|
Source()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getJsType()
Returns a String with the type of Javascript object that this object represents.
|
abstract String |
renderJs()
Returns a String with containing the rendered Javascript code for this object.
|
escapeQuoteJs, getJsId, getJsIdWithSuffix
public abstract String getJsType()
JavascriptObject
getJsType
in interface IJavascriptObject
getJsType
in class JavascriptObject
public abstract String renderJs()
JavascriptObject
renderJs
in interface IJavascriptObject
renderJs
in class JavascriptObject
Copyright © 2015. All rights reserved.