public static class ImageParameter.FileValue extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_path |
private boolean |
_uploaded |
Constructor and Description |
---|
FileValue(String path,
boolean uploaded)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the relative file path
|
boolean |
isUploaded()
Determines if the file was uploaded
|
public boolean isUploaded()
true
if the file was uploaded