devpia.dextuploadnj
Interface FieldItem
- Minimum version supported
- 1.0.0
- Minimum support environment
- JRE 1.6
- Description
-
The FieldItem is the top level interface for handling each field indicating the elements of the multipart data.
The field is divided into an element indicating a value of a character string and an element representing a file. A field representing a string uses a sub FormItem interface, and a field representing a file uses a FileItem interface.
- Methods
-
getFieldName
-
Returns the field name specified by the Content-Disposition header.
-
Signatures
String getFieldName()
-
Returns
the filed name
getItemType
-
Returns the MultipartType value indicating the type of field .
-
Signatures
MultipartType getItemType()
-
Returns
The MultipartType value
-