Uses of Class
org.cxbox.core.file.dto.FileUploadDto
-
Packages that use FileUploadDto Package Description org.cxbox.core.file.controller -
-
Uses of FileUploadDto in org.cxbox.core.file.controller
Methods in org.cxbox.core.file.controller that return types with arguments of type FileUploadDto Modifier and Type Method Description CxboxResponseDTO<? extends FileUploadDto>CxboxFileController. upload(org.springframework.web.multipart.MultipartFile file, String source)AddCxboxResponseDTO<FileUploadDto>CxboxFileControllerSimple. upload(org.springframework.web.multipart.MultipartFile file, String source)
-