public class AppletContextImpl extends Object implements AppletContext
AppletContext implementation for HtmlUnit.| Modifier and Type | Method and Description |
|---|---|
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) |
public Applet getApplet(String name)
getApplet in interface AppletContextpublic Enumeration<Applet> getApplets()
getApplets in interface AppletContextpublic AudioClip getAudioClip(URL url)
getAudioClip in interface AppletContextpublic Image getImage(URL url)
getImage in interface AppletContextpublic InputStream getStream(String key)
getStream in interface AppletContextpublic Iterator<String> getStreamKeys()
getStreamKeys in interface AppletContextpublic void setStream(String key, InputStream stream) throws IOException
setStream in interface AppletContextIOExceptionpublic void showDocument(URL url)
showDocument in interface AppletContextpublic void showDocument(URL url, String target)
showDocument in interface AppletContextpublic void showStatus(String status)
showStatus in interface AppletContextCopyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.