public class JnlpAdapter_javawsMode extends Object
JnlpAdapter
,
because in case of non-javaws-mode, a ClassNotFound-exception will be thrown
ALREADY WHEN LOADING this class file!
Modifier and Type | Field and Description |
---|---|
protected BasicService |
basicService |
protected FileContents |
cookie |
protected URL |
cookieURL |
protected PersistenceService |
persistenceService |
Constructor and Description |
---|
JnlpAdapter_javawsMode(URL cookieURL) |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
get_InputStream() |
protected OutputStream |
get_OutputStream() |
boolean |
init()
Tries to access the Jnlp persistence service and to read the
single String value from the "cookie".
|
protected boolean |
showDocumentInStandardBrowser(URL url) |
protected final URL cookieURL
protected FileContents cookie
protected PersistenceService persistenceService
protected BasicService basicService
public JnlpAdapter_javawsMode(URL cookieURL)
public boolean init()
protected InputStream get_InputStream()
protected OutputStream get_OutputStream()
protected boolean showDocumentInStandardBrowser(URL url)
see also the complete user documentation .