|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.applets.AppletContextImpl
public class AppletContextImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
AppletContext
implementation for HtmlUnit.
Method Summary | |
---|---|
Applet |
getApplet(String name)
|
Enumeration<Applet> |
getApplets()
|
AudioClip |
getAudioClip(URL url)
|
Image |
getImage(URL url)
|
InputStream |
getStream(String key)
|
Iterator<String> |
getStreamKeys()
|
void |
setStream(String key,
InputStream stream)
|
void |
showDocument(URL url)
|
void |
showDocument(URL url,
String target)
|
void |
showStatus(String status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Applet getApplet(String name)
getApplet
in interface AppletContext
public Enumeration<Applet> getApplets()
getApplets
in interface AppletContext
public AudioClip getAudioClip(URL url)
getAudioClip
in interface AppletContext
public Image getImage(URL url)
getImage
in interface AppletContext
public InputStream getStream(String key)
getStream
in interface AppletContext
public Iterator<String> getStreamKeys()
getStreamKeys
in interface AppletContext
public void setStream(String key, InputStream stream) throws IOException
setStream
in interface AppletContext
IOException
public void showDocument(URL url)
showDocument
in interface AppletContext
public void showDocument(URL url, String target)
showDocument
in interface AppletContext
public void showStatus(String status)
showStatus
in interface AppletContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |