Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlApplet
-
Packages that use HtmlApplet Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlApplet in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit with parameters of type HtmlApplet Modifier and Type Method Description booleanAppletConfirmHandler. confirm(HtmlApplet applet)Handles a confirm for the specified page. -
Uses of HtmlApplet in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlApplet Modifier and Type Method Description protected voidHtmlSerializer. appendApplet(HtmlSerializer.HtmlSerializerTextBuilder builder, HtmlApplet htmlApplet)Deprecated.ProcessHtmlApplet.
-