|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.jdesktop.html.form.Inputorg.jdesktop.html.form.FileInput
public interface FileInput extends Input
Represents an Input for Files.
| Method Summary | |
|---|---|
String
|
getContentType()
Gets the content type of the File. |
String
|
getFilename()
The filename associated with this file. |
InputStream
|
getValueStream()
Returns the value represented by this FileItem as an input stream. |
| Methods inherited from interface Input | |
|---|---|
| getName, getValue, setValue |
| Method Detail |
|---|
public String getContentType()
public String getFilename()
public InputStream getValueStream()
Groovy Documentation