Uses of Class
org.cometd.javascript.JavaScript
-
Uses of JavaScript in org.cometd.javascript
Constructors in org.cometd.javascript with parameters of type JavaScriptModifierConstructorDescriptionCometDExchange(XMLHttpRequestClient client, JavaScript javaScript, Object jsThis, String httpMethod, String url, boolean async)
ScriptInjectionEventListener(JavaScript javaScript, Object jsThis, Object function, Map<?,?> domNodes)
WebSocketConnection(JavaScript javaScript, Object jsWebSocket, Object connector, String url, String protocol)
This constructor is invoked frombrowser.js
, from thewindow.WebSocket
constructor.XMLHttpRequestExchange(Object client, JavaScript javaScript, Object jsThis, String httpMethod, String url, boolean async)