class XBasicService
extends java.lang.Object
implements javax.jnlp.BasicService
Modifier | Constructor and Description |
---|---|
protected |
XBasicService() |
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getCodeBase()
Returns the codebase of the application, applet, or
installer.
|
boolean |
isOffline()
Return true if the Environment is Offline
|
boolean |
isWebBrowserSupported()
Return true if a Web Browser is Supported
|
boolean |
showDocument(java.net.URL url)
Show a document.
|
public java.net.URL getCodeBase()
getCodeBase
in interface javax.jnlp.BasicService
public boolean isOffline()
isOffline
in interface javax.jnlp.BasicService
public boolean isWebBrowserSupported()
isWebBrowserSupported
in interface javax.jnlp.BasicService
public boolean showDocument(java.net.URL url)
showDocument
in interface javax.jnlp.BasicService