Class EmbeddedState

    • Field Detail

      • type

        public int type
        The object type.
        Since:
        8.2
      • mimeType

        public String mimeType
        The MIME-type of the object.
        Since:
        8.2
      • codebase

        public String codebase
        Specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
        Since:
        8.2
      • codetype

        public String codetype
        The MIME-Type of the code.
        Since:
        8.2
      • classId

        public String classId
        May be used to specify the location of an object's implementation via a URI.
        Since:
        8.2
      • archive

        public String archive
        May be used to specify a space-separated list of URIs for archives containing resources relevant to the object.
        Since:
        8.2
      • altText

        public String altText
        The component's "alt-text".
        Since:
        8.2
      • standby

        public String standby
        Specifies a message that a user agent may render while loading the object's implementation and data.
        Since:
        8.2
      • parameters

        public final Map<String,​String> parameters
        Object parameters. Parameters are optional information, and they are passed to the instantiated object.
        Since:
        8.2
    • Constructor Detail

      • EmbeddedState

        public EmbeddedState()