|
||||||||||
| 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 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 AppletContext
public void setStream(String key,
InputStream stream)
throws IOException
setStream in interface AppletContextIOExceptionpublic void showDocument(URL url)
showDocument in interface AppletContext
public void showDocument(URL url,
String target)
showDocument in interface AppletContextpublic void showStatus(String status)
showStatus in interface AppletContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||