|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.header.ContentDisposition
public class ContentDisposition
A content disposition header.
| Constructor Summary | |
|---|---|
ContentDisposition(HttpHeaderReader reader)
|
|
ContentDisposition(java.lang.String header)
|
|
| Method Summary | |
|---|---|
java.util.Date |
getCreationDate()
Get the creation-date parameter. |
java.lang.String |
getFileName()
Get the filename parameter. |
java.util.Date |
getModificationDate()
Get the modification-date parameter. |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Get the parameters. |
java.util.Date |
getReadDate()
Get the read-date parameter. |
int |
getSize()
Get the size parameter. |
java.lang.String |
getType()
Get the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentDisposition(java.lang.String header)
throws java.text.ParseException
java.text.ParseException
public ContentDisposition(HttpHeaderReader reader)
throws java.text.ParseException
java.text.ParseException| Method Detail |
|---|
public java.lang.String getType()
public java.util.Map<java.lang.String,java.lang.String> getParameters()
public java.lang.String getFileName()
public java.util.Date getCreationDate()
public java.util.Date getModificationDate()
public java.util.Date getReadDate()
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||