|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.internet.ContentDisposition
This class represents a MIME ContentDisposition value. It provides methods to parse a ContentDisposition string into individual components and to generate a MIME style ContentDisposition string.
Constructor Summary | |
ContentDisposition()
No-arg Constructor. |
|
ContentDisposition(java.lang.String s)
Constructor that takes a ContentDisposition string. |
|
ContentDisposition(java.lang.String disposition,
ParameterList list)
Constructor. |
Method Summary | |
java.lang.String |
getDisposition()
Return the disposition value. |
java.lang.String |
getParameter(java.lang.String name)
Return the specified parameter value. |
ParameterList |
getParameterList()
Return a ParameterList object that holds all the available parameters. |
void |
setDisposition(java.lang.String disposition)
Set the disposition. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Set the specified parameter. |
void |
setParameterList(ParameterList list)
Set a new ParameterList. |
java.lang.String |
toString()
Retrieve a RFC2045 style string representation of this ContentDisposition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContentDisposition()
public ContentDisposition(java.lang.String disposition, ParameterList list)
disposition
- dispositionlist
- ParameterListpublic ContentDisposition(java.lang.String s) throws ParseException
s
- the ContentDisposition string.
ParseException
- if the parse fails.Method Detail |
public java.lang.String getDisposition()
public java.lang.String getParameter(java.lang.String name)
null
if this parameter is absent.
public ParameterList getParameterList()
public void setDisposition(java.lang.String disposition)
disposition
- the dispositionpublic void setParameter(java.lang.String name, java.lang.String value)
name
- parameter namevalue
- parameter valuepublic void setParameterList(ParameterList list)
list
- ParameterListpublic java.lang.String toString()
null
if
the conversion failed.
|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.