Class MimeTypeRange

java.lang.Object
com.sun.tools.xjc.util.MimeTypeRange

public class MimeTypeRange extends Object
Author:
Kohsuke Kawaguchi
  • Field Details

    • majorType

      public final String majorType
    • subType

      public final String subType
    • parameters

      public final Map<String,String> parameters
    • q

      public final float q
      Each media-range MAY be followed by one or more accept-params, beginning with the "q" parameter for indicating a relative quality factor. The first "q" parameter (if any) separates the media-range parameter(s) from the accept-params. Quality factors allow the user or user agent to indicate the relative degree of preference for that media-range, using the qvalue scale from 0 to 1 (section 3.9). The default value is q=1.
    • ALL

      public static final MimeTypeRange ALL
  • Constructor Details

  • Method Details