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 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
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.