Uses of Interface
com.broadleafcommerce.asset.service.image.ImageOperationService
Packages that use ImageOperationService
Package
Description
-
Uses of ImageOperationService in com.broadleafcommerce.asset.service
Fields in com.broadleafcommerce.asset.service declared as ImageOperationServiceModifier and TypeFieldDescriptionprotected final ImageOperationServiceDefaultStorageService.imageOperationServiceConstructors in com.broadleafcommerce.asset.service with parameters of type ImageOperationServiceModifierConstructorDescriptionDefaultStorageService(AssetService<Asset> assetService, FolderService<Folder> folderService, jakarta.servlet.MultipartConfigElement multipartConfigElement, StorageProvider storageProvider, InternalAssetProperties internalAssetProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ImageOperationService imageOperationService, FileUploadStateService<FileUploadState> fileUploadStateService, jakarta.activation.FileTypeMap mimeFileTypeMap, AssetUrlGenerationHelper assetUrlGenerationHelper, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of ImageOperationService in com.broadleafcommerce.asset.service.image
Classes in com.broadleafcommerce.asset.service.image that implement ImageOperationServiceModifier and TypeClassDescriptionclassA backupImageOperationServiceimplementation that does nothing.classThe default implementation of theImageOperationService. -
Uses of ImageOperationService in com.broadleafcommerce.asset.storage.provider.service
Methods in com.broadleafcommerce.asset.storage.provider.service that return ImageOperationServiceModifier and TypeMethodDescriptionprotected ImageOperationServiceDefaultContentResolver.getImageOperationService()Constructors in com.broadleafcommerce.asset.storage.provider.service with parameters of type ImageOperationServiceModifierConstructorDescriptionDefaultContentResolver(StorageProvider storageProvider, ImageOperationService imageOperationService, AssetStorageUtils assetStorageUtils) DefaultFilesystemContentResolver(StorageProvider storageProvider, ImageOperationService imageOperationService) Deprecated, for removal: This API element is subject to removal in a future version.