|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentDisposition
The ContentDisposition object represents the HTTP
Content-Disposition header of a request. A content disposition
contains the name of the part and whether that part contains
the contents of a file. If the part represents a parameter then
the getName can be used to determine the name, if
it represents a file then getFileName is preferred.
| Method Summary | |
|---|---|
String |
getFileName()
This method is used to acquire the file name of the part. |
String |
getName()
This method is used to acquire the name of the part. |
boolean |
isFile()
This method is used to determine the type of a part. |
| Method Detail |
|---|
String getName()
String getFileName()
boolean isFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||