|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.internet.ContentDisposition
A MIME Content-Disposition value.
Constructor Summary | |
ContentDisposition()
Constructor for an empty Content-Disposition. |
|
ContentDisposition(java.lang.String s)
Constructor that parses a Content-Disposition value from an RFC 2045 string representation. |
|
ContentDisposition(java.lang.String disposition,
ParameterList list)
Constructor. |
Method Summary | |
java.lang.String |
getDisposition()
Returns the disposition value. |
java.lang.String |
getParameter(java.lang.String name)
Returns the specified parameter value, or null if this
parameter is not present. |
ParameterList |
getParameterList()
Returns the parameters, or null if there are no
parameters. |
void |
setDisposition(java.lang.String disposition)
Sets the disposition value. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Sets the specified parameter. |
void |
setParameterList(ParameterList list)
Sets the parameters. |
java.lang.String |
toString()
Returns an RFC 2045 string representation of this Content-Disposition. |
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
- the disposition valuelist
- the parameterspublic ContentDisposition(java.lang.String s) throws ParseException
s
- the Content-Disposition value
ParseException
- if there was an error in the valueMethod Detail |
public java.lang.String getDisposition()
public java.lang.String getParameter(java.lang.String name)
null
if this
parameter is not present.
name
- the parameter namepublic ParameterList getParameterList()
null
if there are no
parameters.
public void setDisposition(java.lang.String disposition)
disposition
- the disposition valuepublic void setParameter(java.lang.String name, java.lang.String value)
name
- the parameter namevalue
- the parameter valuepublic void setParameterList(ParameterList list)
list
- the parameterspublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |