@Deprecated public class JnlpAdapter extends Object
JnlpAdapter_javawsMode
,
because in case of non-javaws-mode, a ClassNotFound-exception will be thrown
when accessing the javax.jnlp.* classes in a naive way!
Modifier and Type | Field and Description |
---|---|
static long |
cookieMaxSize
Deprecated.
|
protected URL |
cookieURL
Deprecated.
|
protected boolean |
initialized
Deprecated.
|
protected JnlpAdapter_javawsMode |
jnlpAdapter_javawsMode
Deprecated.
|
protected boolean |
jnlpMode
Deprecated.
|
static String |
name_webstart_representative
Deprecated.
|
Constructor and Description |
---|
JnlpAdapter(URL cookieURL)
Deprecated.
The Url is used for identifying cookies, and thus must be related
to the deploying web site in some complicated way, see java web start docu.
|
Modifier and Type | Method and Description |
---|---|
protected void |
check_jnlpMode(String s)
Deprecated.
Raise exception if NOT in jnlp mode.
|
InputStream |
get_InputStream()
Deprecated.
May only be called if get_jnlpMode==true, otherwise IllegalStateException.
|
boolean |
get_jnlpMode()
Deprecated.
|
OutputStream |
get_OutputStream()
Deprecated.
May only be called if get_jnlpMode==true, otherwise IllegalStateException.
|
void |
init()
Deprecated.
Tries to access the Jnlp services and sets flags accordingly.
|
protected static boolean |
isProbablyWebstartContext()
Deprecated.
|
boolean |
showDocumentInStandardBrowser(String url0)
Deprecated.
|
boolean |
showDocumentInStandardBrowser(URL url)
Deprecated.
May only be called if get_jnlpMode==true, otherwise IllegalStateException.
|
public static final long cookieMaxSize
protected boolean initialized
protected boolean jnlpMode
protected final URL cookieURL
protected JnlpAdapter_javawsMode jnlpAdapter_javawsMode
public static final String name_webstart_representative
public JnlpAdapter(URL cookieURL)
protected static boolean isProbablyWebstartContext()
public void init()
public boolean get_jnlpMode()
protected void check_jnlpMode(String s) throws IllegalStateException
IllegalStateException
public InputStream get_InputStream()
public OutputStream get_OutputStream()
public boolean showDocumentInStandardBrowser(URL url)
public boolean showDocumentInStandardBrowser(String url0)
see also the complete user documentation .