|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.applets.AppletStubImpl
public class AppletStubImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
AppletStub
implementation for HtmlUnit. This is what is used by an applet to communicate
with the browser.
Constructor Summary | |
---|---|
AppletStubImpl(HtmlApplet htmlApplet)
Constructs a stub for an applet node. |
Method Summary | |
---|---|
void |
appletResize(int width,
int height)
|
AppletContext |
getAppletContext()
|
URL |
getCodeBase()
|
URL |
getDocumentBase()
|
String |
getParameter(String name)
|
boolean |
isActive()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppletStubImpl(HtmlApplet htmlApplet)
htmlApplet
- the applet nodeMethod Detail |
---|
public void appletResize(int width, int height)
appletResize
in interface AppletStub
public AppletContext getAppletContext()
getAppletContext
in interface AppletStub
public URL getCodeBase()
getCodeBase
in interface AppletStub
public URL getDocumentBase()
getDocumentBase
in interface AppletStub
public String getParameter(String name)
getParameter
in interface AppletStub
public boolean isActive()
isActive
in interface AppletStub
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |