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 StringgetPath()Get the relative file pathbooleanisUploaded()Determines if the file was uploaded
-
-
-
Method Detail
-
isUploaded
public boolean isUploaded()
Determines if the file was uploaded- Returns:
trueif the file was uploaded
-
-