@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ConsoleMessage |
A JavaScript console message.
|
JsFunction |
Represents a JavaScript function that can be passed between Java and JavaScript as a method
argument or a return value.
|
JsFunctionCallback |
Represents a Java function that can be invoked from JavaScript.
|
JsObject |
A JavaScript object.
|
Json |
A helper class that allows converting JavaScript objects into a JSON string and creating
JavaScript objects from a JSON string.
|
JsPromise |
A JavaScript
Promise . |
JsPromiseHandler |
A
JsFunctionCallback that is used as a JavaScript Promise handler. |
Class | Description |
---|---|
JsAccessibleClasses |
A data structure that contains classes that are accessible from
JavaScript . |
Enum | Description |
---|---|
ConsoleMessageLevel |
Console message levels.
|
Exception | Description |
---|---|
ClassNotPublicException |
Thrown by
JsAccessibleClasses methods to indicate that the class is not public. |
JsException |
Thrown when an exception is raised in JavaScript.
|
NotClassException |
Thrown by
JsAccessibleClasses methods to indicate that the class (instance of Class) is the enum , interface or annotation . |
Annotation Type | Description |
---|---|
JsAccessible |
This annotation allows exposing public non-static methods and fields of an injected Java object
instance to JavaScript.
|