|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RFC2183ContentDispositionDescriptor
Describes RFC2183 content disposition.
Method Summary | |
---|---|
DateTime |
getContentDispositionCreationDate()
Gets the creation-date parameter value of the content-disposition field. |
MimeException |
getContentDispositionCreationDateParseException()
Gets any exception thrown during the parsing of #getContentCreationModificationDate() |
java.lang.String |
getContentDispositionFilename()
Gets the filename parameter value of the content-disposition field. |
DateTime |
getContentDispositionModificationDate()
Gets the modification-date parameter value of the content-disposition field. |
MimeException |
getContentDispositionModificationDateParseException()
Gets any exception thrown during the parsing of getContentDispositionModificationDate() |
java.util.Map |
getContentDispositionParameters()
Gets the parameters of the content-disposition field. |
DateTime |
getContentDispositionReadDate()
Gets the read-date parameter value of the content-disposition field. |
MimeException |
getContentDispositionReadDateParseException()
Gets any exception thrown during the parsing of #getContentReadModificationDate() |
long |
getContentDispositionSize()
Gets the size parameter value of the content-disposition field. |
MimeException |
getContentDispositionSizeParseException()
Gets any exception thrown during the parsing of #getContentReadModificationDate() |
java.lang.String |
getContentDispositionType()
Gets the disposition type of the content-disposition field. |
Method Detail |
---|
java.lang.String getContentDispositionType()
content-disposition
field.
The value is case insensitive and will be converted to lower case.
See RFC2183.
java.util.Map getContentDispositionParameters()
content-disposition
field.
See RFC2183.
java.lang.String getContentDispositionFilename()
filename
parameter value of the content-disposition
field.
See RFC2183.
DateTime getContentDispositionModificationDate()
modification-date
parameter value of the content-disposition
field.
See RFC2183.
MimeException getContentDispositionModificationDateParseException()
getContentDispositionModificationDate()
ParseException
when the modification-date parse fails,
null otherwiseDateTime getContentDispositionCreationDate()
creation-date
parameter value of the content-disposition
field.
See RFC2183.
MimeException getContentDispositionCreationDateParseException()
#getContentCreationModificationDate()
ParseException
when the creation-date parse fails,
null otherwiseDateTime getContentDispositionReadDate()
read-date
parameter value of the content-disposition
field.
See RFC2183.
MimeException getContentDispositionReadDateParseException()
#getContentReadModificationDate()
ParseException
when the read-date parse fails,
null otherwiselong getContentDispositionSize()
size
parameter value of the content-disposition
field.
See RFC2183.
MimeException getContentDispositionSizeParseException()
#getContentReadModificationDate()
ParseException
when the read-date parse fails,
null otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |