Class ImportServicesProperties

java.lang.Object
com.broadleafcommerce.dataimport.service.autoconfigure.ImportServicesProperties

@ConfigurationProperties("broadleaf.import.service") public class ImportServicesProperties extends Object
  • Constructor Details

    • ImportServicesProperties

      public ImportServicesProperties()
  • Method Details

    • getOfferServicesVersion

      public String getOfferServicesVersion()
      The offer version enabled for external service calls with ImportServices. This is useful for maintaining backwards compatibility. If using the latest version, this property does not have to be supplied.
    • getXssValidation

      Properties configuring XSS validation for imported files.
    • setOfferServicesVersion

      public void setOfferServicesVersion(String offerServicesVersion)
      The offer version enabled for external service calls with ImportServices. This is useful for maintaining backwards compatibility. If using the latest version, this property does not have to be supplied.
    • setXssValidation

      public void setXssValidation(ImportServicesProperties.XSSValidationProperties xssValidation)
      Properties configuring XSS validation for imported files.