Annotation Type JsxFunction
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsxFunctionAn annotation to mark a Java method as JavaScript function.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringfunctionNameThe JavaScript function property name.SupportedBrowser[]valueTheSupportedBrowsers supported by this function.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowsers supported by this function.- Returns:
- the
SupportedBrowsers
- Default:
- {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
-
-