java.lang.Object
com.aquima.web.components.fileupload.configuration.FileUploadId
All Implemented Interfaces:
Serializable

public class FileUploadId extends Object implements Serializable
Class which holds ids for the file upload containers. internalConfigurationId : Should be used to store the actual configuration on the page scope
configurationId : Saved on the page scope and points to the internal id. It is also sent to client UI
validationId : Used when expanding the container, it is the Validation ID to search for to see the upload results
See Also:
  • Constructor Details

    • FileUploadId

      public FileUploadId(String containerName, String containerId)
  • Method Details

    • getInternalConfigurationId

      public String getInternalConfigurationId()
    • getConfigurationId

      public String getConfigurationId()
    • getValidationId

      public String getValidationId()