Package-level declarations
This package provides classes that allow you to work with the JavaScript to Java bridge.
This package provides classes that allow you to work with the JavaScript to Java bridge.
Types
Link copied to clipboard
Link copied to clipboard
This annotation allows exposing methods and fields of an injected Java object to JavaScript.
Link copied to clipboard
class JsAccessibleTypes
class JsAccessibleTypes
A registry of types that are accessible from
JavaScript
.Link copied to clipboard
Link copied to clipboard
Thrown when an exception is raised in JavaScript.
Link copied to clipboard
Represents a JavaScript function that can be passed between Java and JavaScript as a method argument or a return value.
Link copied to clipboard
interface JsFunctionCallback
interface JsFunctionCallback
Represents a Java function that can be invoked from JavaScript.
Link copied to clipboard
A JsFunctionCallback that is used as a JavaScript Promise handler.
Link copied to clipboard
Thrown by JsAccessibleTypes methods to indicate that the type (an instance of Class) is an
enum
or an annotation
.Link copied to clipboard
Thrown by JsAccessibleTypes methods to indicate that the type is not public.