com.meterware.httpunit
public class WebApplet extends HTMLElementBase
| Constructor Summary | |
|---|---|
| WebApplet(WebResponse response, Node rootNode, String baseTarget) | |
| Method Summary | |
|---|---|
| Applet | getApplet() |
| String | getArchiveSpecification()
Returns the archive specification. |
| URL | getCodeBaseURL()
Returns the URL of the codebase used to find the applet classes |
| int | getHeight()
Returns the height of the panel in which the applet will be drawn. |
| String | getMainClassName()
Returns the name of the applet main class. |
| String | getParameter(String name)
Returns the value of the specified applet parameter, or null if not defined. |
| String[] | getParameterNames()
Returns an array containing the names of the parameters defined for the applet. |
| protected ScriptableDelegate | getParentDelegate() |
| int | getWidth()
Returns the width of the panel in which the applet will be drawn. |
| protected ScriptableDelegate | newScriptable() |