Class JNLP

java.lang.Object
com.globalmentor.jnlp.JNLP

public class JNLP extends Object
Constant values for accessing the JNLP servlet.
Author:
Garret Wilson
  • Field Details

    • MEDIA_TYPE

      public static final MediaType MEDIA_TYPE
      The media type for JNLP: application/x-java-jnlp-file.
    • JNLP_SERVLET_NAME

      public static final String JNLP_SERVLET_NAME
      The name of the JNLP servlet or JSP file.
      See Also:
    • TITLE_PARAM

      public static final String TITLE_PARAM
      The title of the application to pass to the JNLP servlet.
      See Also:
    • VENDOR_PARAM

      public static final String VENDOR_PARAM
      The vendor of the application to pass to the JNLP servlet.
      See Also:
    • HREF_PARAM

      public static final String HREF_PARAM
      A context-relative URL fragment that will generate an equivalent JNLP file, to pass to the JNLP servlet.
      See Also:
    • JARS_PARAM

      public static final String JARS_PARAM
      An array of resource jar URL strings to pass to the JNLP servlet.
      See Also:
    • APPLICATION_PARAM

      public static final String APPLICATION_PARAM
      The name of the application main class to pass to the JNLP servlet.
      See Also:
    • ARGUMENTS_PARAM

      public static final String ARGUMENTS_PARAM
      An array of application arguments to pass to the JNLP servlet.
      See Also:
  • Constructor Details

    • JNLP

      public JNLP()