Movatterモバイル変換


[0]ホーム

URL:


         


Class MimeTypeParameterList

java.lang.Object  |  +--javax.activation.MimeTypeParameterList

public classMimeTypeParameterList
extends java.lang.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.

See Also:
MimeType

MimeTypeParameterList()
          Default constructor.
MimeTypeParameterList(java.lang.String parameterList)
          Constructs a new MimeTypeParameterList with the passed in data.
 
get(java.lang.String name)
          Retrieve the value associated with the given name, or null if there is no current association.
getNames()
          Retrieve an enumeration of all the names in this list.
isEmpty()
          Determine whether or not this list is empty.
parse(java.lang.String parameterList)
          A routine for parsing the parameter list out of a String.
remove(java.lang.String name)
          Remove any value associated with the given name.
set(java.lang.String name, java.lang.String value)
          Set the value to be associated with the given name, replacing any previous association.
size()
          Return the number of name-value pairs in this list.
toString()
          Return a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

MimeTypeParameterList

publicMimeTypeParameterList()
Default constructor.

MimeTypeParameterList

publicMimeTypeParameterList(java.lang.String parameterList)                      throwsMimeTypeParseException
Constructs a new MimeTypeParameterList with the passed in data.
Parameters:
parameterList - an RFC 2045, 2046 compliant parameter list.

parse

protected voidparse(java.lang.String parameterList)              throwsMimeTypeParseException
A routine for parsing the parameter list out of a String.
Parameters:
parameterList - an RFC 2045, 2046 compliant parameter list.

size

public intsize()
Return the number of name-value pairs in this list.
Returns:
the number of parameters

isEmpty

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

get

public java.lang.Stringget(java.lang.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 voidset(java.lang.String name,                java.lang.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 voidremove(java.lang.String name)
Remove any value associated with the given name.
Parameters:
name - the parameter name

getNames

public java.util.EnumerationgetNames()
Retrieve an enumeration of all the names in this list.
Returns:
an enumeration of all parameter names

toString

public java.lang.StringtoString()
Return a string representation of this object.
Overrides:
toString in classjava.lang.Object

         


[8]ページ先頭

©2009-2025 Movatter.jp