com.gargoylesoftware.htmlunit.javascript.configuration
Annotation Type JsxConstructor


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JsxConstructor

An annotation to mark a Java method as JavaScript constructor.

Version:
$Revision: 8960 $
Author:
Ahmed Ashour, Frank Danek

Optional Element Summary
 WebBrowser[] value
          The WebBrowsers supported by this constructor.
 

value

public abstract WebBrowser[] value
The WebBrowsers supported by this constructor.

Default:
{@com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.IE), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.FF), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.CHROME)}


Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.