Class ImageParameter.FileValue
- java.lang.Object
-
- org.ametys.skinfactory.parameters.ImageParameter.FileValue
-
- Enclosing class:
- ImageParameter
public static class ImageParameter.FileValue extends Object
Class representing a file value
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
Get the relative file pathboolean
isUploaded()
Determines if the file was uploaded
-
-
-
Method Detail
-
isUploaded
public boolean isUploaded()
Determines if the file was uploaded- Returns:
true
if the file was uploaded
-
-