Package net.sourceforge.jnlp
package net.sourceforge.jnlp
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- See Also:
-
ClassDescriptionThe applet-desc element.The application-desc element.The component-desc element.This default implementation shows prints the exception to stdout and if not in headless mode displays the exception in a dialog.The extension element.A
LaunchHandler
that gives feedback to the user using GUI elements including splash screens and exception dialogs.The icon element.The information element.The installer-desc element.The JAR element.Provides methods to access the information in a Java Network Launching Protocol (JNLP) file.To compare launching JNLP file with signed APPLICATION.JNLP or APPLICATION_TEMPLATE.jnlp.The J2SE/Java element.Launches JNLPFiles either in the foreground or background.Thrown when a JNLP application, applet, or installer could not be created.This optional interface is used to handle conditions that occur while launching JNLP applications, applets, and installers.An specializedXMLParser
that uses TagSoup[1] to parse malformed XML Used by net.sourceforge.jnlp.Parser [1] http://home.ccil.org/~cowan/XML/tagsoup/Thrown when the required information tag is not found under the current JVM's locale or as a generalized element.Thrown when a title that is required from the information tag is not found under the current JVM's locale or as a generalized element.Thrown when a vendor that is required from the information tag is not found under the current JVM's locale or as a generalized element.This class converts the NanoXML's XMLElement nodes into the regular XML Node interface (for the methods used by Parser).The package element.Thrown to indicate that an error has occurred while parsing a JNLP file.Contains methods to parse an XML document into a JNLPFile.Contains settings to be used by the Parser while parsing JNLP files.Allows reuse of code that expects a JNLPFile object, while overriding behaviour specific to applets.Represents plugin applet parameters, backed by a HashMap.The property element.Thrown when a field that is required from the information tag is not found under the current JVM's locale or as a generalized element.The resources element.The security element.Represents the security level requested by an applet/application, as specified in its JNLP or HTML.Represents an 'update' element in a JNLP file.Describes when/how long to check for updates.Describes what to do when the Runtime knows there is an applicatFion update before the application is launched.A JNLP Version string in the form "1.2-3_abc" followed by an optional + (includes all later versions) or * (matches any suffixes on versions).This is special case of version, used only for checking jre version.