Class | Description |
---|---|
InvisibleJxBrowserComponent | The component is designed only for JS code execution, not for displaying web pages. |
JsUtils | |
JsWrapper | Uses the Groovy methodMissing and propertyMissing features. |
PromiseCallback | Sometimes, when it takes long for a function to execute, some JS functions return the Promise object first, and then calling back the Promise object in its turn provides the required results. |
Exception | Description |
---|---|
AsyncApiParserException | Exception from JS code. |
JsMethodMissing | Means that the called method of the object is missing. |