public class FormData extends Object
Constructor and Description |
---|
FormData() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.fileupload.FileItem |
getFile() |
FileOperation |
getOperation() |
Path |
getTargetPath() |
void |
setFile(org.apache.commons.fileupload.FileItem file) |
void |
setOperation(FileOperation operation) |
void |
setTargetPath(Path targetPath) |
public org.apache.commons.fileupload.FileItem getFile()
public void setFile(org.apache.commons.fileupload.FileItem file)
public FileOperation getOperation()
public void setOperation(FileOperation operation)
public Path getTargetPath()
public void setTargetPath(Path targetPath)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.