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
  • Constructor Details

    • FileValue

      public FileValue(String path, boolean uploaded)
      Constructor
      Parameters:
      path - The relative file path
      uploaded - true if the file was uploaded
  • Method Details

    • isUploaded

      public boolean isUploaded()
      Determines if the file was uploaded
      Returns:
      true if the file was uploaded
    • getPath

      public String getPath()
      Get the relative file path
      Returns:
      the relative file path