Package org.adempiere.base.upload
Interface IUploadService
public interface IUploadService
Interface for upload service
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptiongetUploadHandlers
(String contentType) Get upload handlers by content type
-
Method Details
-
getUploadHandlers
Get upload handlers by content type- Parameters:
contentType
-- Returns:
- list of
IUploadHandler
-