Class ImageParameter.FileValue
java.lang.Object
org.ametys.skinfactory.parameters.ImageParameter.FileValue
- Enclosing class:
- ImageParameter
Class representing a file value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Get the relative file pathboolean
Determines if the file was uploaded
-
Constructor Details
-
FileValue
Constructor- Parameters:
path
- The relative file pathuploaded
-true
if the file was uploaded
-
-
Method Details
-
isUploaded
Determines if the file was uploaded- Returns:
true
if the file was uploaded
-
getPath
Get the relative file path- Returns:
- the relative file path
-