javax.activation

Class MimeTypeParameterList


  • public class MimeTypeParameterList
    extends Object
    A parameter list of a MimeType as defined in RFC 2045 and 2046. The Primary type of the object must already be stripped off.
    Since:
    1.6
    See Also:
    MimeType
    • Constructor Detail

      • MimeTypeParameterList

        public MimeTypeParameterList()
        Default constructor.
      • MimeTypeParameterList

        public MimeTypeParameterList(String parameterList)
                              throws MimeTypeParseException
        Constructs a new MimeTypeParameterList with the passed in data.
        Parameters:
        parameterList - an RFC 2045, 2046 compliant parameter list.
        Throws:
        MimeTypeParseException
    • Method Detail

      • size

        public int size()
        Return the number of name-value pairs in this list.
        Returns:
        the number of parameters
      • isEmpty

        public boolean isEmpty()
        Determine whether or not this list is empty.
        Returns:
        true if there are no parameters
      • get

        public String get(String name)
        Retrieve the value associated with the given name, or null if there is no current association.
        Parameters:
        name - the parameter name
        Returns:
        the parameter's value
      • set

        public void set(String name,
               String value)
        Set the value to be associated with the given name, replacing any previous association.
        Parameters:
        name - the parameter name
        value - the parameter's value
      • remove

        public void remove(String name)
        Remove any value associated with the given name.
        Parameters:
        name - the parameter name
      • getNames

        public Enumeration getNames()
        Retrieve an enumeration of all the names in this list.
        Returns:
        an enumeration of all parameter names
      • toString

        public String toString()
        Return a string representation of this object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/activation/mimetypeparameterlist.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut