|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mime4j.message.MaximalBodyDescriptor
public class MaximalBodyDescriptor
Extended BodyDescriptor
implementation with complete content details.
Method Summary | |
---|---|
java.lang.String |
getBoundary()
|
java.lang.String |
getCharset()
|
java.lang.String |
getContentDescription()
Gets the value of the RFC Content-Description header. |
java.util.Date |
getContentDispositionCreationDate()
Gets the creation-date parameter value of the content-disposition field. |
java.lang.String |
getContentDispositionFilename()
Gets the filename parameter value of the content-disposition field. |
java.util.Date |
getContentDispositionModificationDate()
Gets the modification-date parameter value of the content-disposition field. |
java.util.Map<java.lang.String,java.lang.String> |
getContentDispositionParameters()
Gets the parameters of the content-disposition field. |
java.util.Date |
getContentDispositionReadDate()
Gets the read-date parameter value of the content-disposition field. |
long |
getContentDispositionSize()
Gets the size parameter value of the content-disposition field. |
java.lang.String |
getContentDispositionType()
Gets the disposition type of the content-disposition field. |
java.lang.String |
getContentId()
Gets the value of the RFC Content-ID header. |
java.util.List<java.lang.String> |
getContentLanguage()
Get the content-language header values. |
long |
getContentLength()
|
java.lang.String |
getContentLocation()
Get the content-location header value. |
java.lang.String |
getContentMD5Raw()
Gets the raw, Base64 encoded value of the Content-MD5 field. |
java.util.Map<java.lang.String,java.lang.String> |
getContentTypeParameters()
|
java.lang.String |
getMediaType()
|
int |
getMimeMajorVersion()
Gets the MIME major version as specified by the MIME-Version
header. |
int |
getMimeMinorVersion()
Gets the MIME minor version as specified by the MIME-Version
header. |
java.lang.String |
getMimeType()
|
java.lang.String |
getSubType()
|
java.lang.String |
getTransferEncoding()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMimeType()
getMimeType
in interface ContentDescriptor
public java.lang.String getBoundary()
getBoundary
in interface BodyDescriptor
public java.lang.String getCharset()
getCharset
in interface ContentDescriptor
public java.lang.String getMediaType()
getMediaType
in interface ContentDescriptor
public java.lang.String getSubType()
getSubType
in interface ContentDescriptor
public java.util.Map<java.lang.String,java.lang.String> getContentTypeParameters()
public java.lang.String getTransferEncoding()
getTransferEncoding
in interface ContentDescriptor
public long getContentLength()
getContentLength
in interface ContentDescriptor
public int getMimeMajorVersion()
MIME-Version
header.
Defaults to one.
public int getMimeMinorVersion()
MIME-Version
header.
Defaults to zero.
public java.lang.String getContentDescription()
Content-Description
header.
Content-Description
when present,
null otherwisepublic java.lang.String getContentId()
Content-ID
header.
Content-ID
when present,
null otherwisepublic java.lang.String getContentDispositionType()
content-disposition
field.
The value is case insensitive and will be converted to lower case.
See RFC2183.
public java.util.Map<java.lang.String,java.lang.String> getContentDispositionParameters()
content-disposition
field.
See RFC2183.
public java.lang.String getContentDispositionFilename()
filename
parameter value of the content-disposition
field.
See RFC2183.
public java.util.Date getContentDispositionModificationDate()
modification-date
parameter value of the content-disposition
field.
See RFC2183.
public java.util.Date getContentDispositionCreationDate()
creation-date
parameter value of the content-disposition
field.
See RFC2183.
public java.util.Date getContentDispositionReadDate()
read-date
parameter value of the content-disposition
field.
See RFC2183.
public long getContentDispositionSize()
size
parameter value of the content-disposition
field.
See RFC2183.
public java.util.List<java.lang.String> getContentLanguage()
content-language
header values.
Each applicable language tag will be returned in order.
See RFC4646
http://tools.ietf.org/html/rfc4646.
public java.lang.String getContentLocation()
content-location
header value.
See RFC2557
public java.lang.String getContentMD5Raw()
Content-MD5
field.
See RFC1864.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |