public abstract class FileInfo
extends java.lang.Object
FileUploadDirectives| Constructor and Description | 
|---|
| FileInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ContentType | getContentType()Content type of the file | 
| abstract java.lang.String | getFieldName()Name of the form field the file was uploaded in | 
| abstract java.lang.String | getFileName()User specified name of the uploaded file | 
public abstract ContentType getContentType()
public abstract java.lang.String getFieldName()
public abstract java.lang.String getFileName()