Class JNLP


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String APPLICATION_PARAM
      The name of the application main class to pass to the JNLP servlet.
      static java.lang.String ARGUMENTS_PARAM
      An array of application arguments to pass to the JNLP servlet.
      static ContentType CONTENT_TYPE
      The content type for JNLP: application/x-java-jnlp-file.
      static java.lang.String HREF_PARAM
      A context-relative URL fragment that will generate an equivalent JNLP file, to pass to the JNLP servlet.
      static java.lang.String JARS_PARAM
      An array of resource jar URL strings to pass to the JNLP servlet.
      static java.lang.String JNLP_SERVLET_NAME
      The name of the JNLP servlet or JSP file.
      static java.lang.String TITLE_PARAM
      The title of the application to pass to the JNLP servlet.
      static java.lang.String VENDOR_PARAM
      The vendor of the application to pass to the JNLP servlet.
    • Constructor Summary

      Constructors 
      Constructor Description
      JNLP()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONTENT_TYPE

        public static final ContentType CONTENT_TYPE
        The content type for JNLP: application/x-java-jnlp-file.
      • JNLP_SERVLET_NAME

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

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

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

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

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

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

        public static final java.lang.String ARGUMENTS_PARAM
        An array of application arguments to pass to the JNLP servlet.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JNLP

        public JNLP()