Class ImportServicesProperties
java.lang.Object
com.broadleafcommerce.dataimport.service.autoconfigure.ImportServicesProperties
@ConfigurationProperties("broadleaf.import.service")
public class ImportServicesProperties
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Properties configuring XSS validation for imported files. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe offer version enabled for external service calls with ImportServices.Properties configuring XSS validation for imported files.void
setOfferServicesVersion
(String offerServicesVersion) The offer version enabled for external service calls with ImportServices.void
setXssValidation
(ImportServicesProperties.XSSValidationProperties xssValidation) Properties configuring XSS validation for imported files.
-
Constructor Details
-
ImportServicesProperties
public ImportServicesProperties()
-
-
Method Details
-
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
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
Properties configuring XSS validation for imported files.
-