Uses of Class
org.cxbox.core.file.dto.CxboxResponseDTO
-
Packages that use CxboxResponseDTO Package Description org.cxbox.core.file.controller -
-
Uses of CxboxResponseDTO in org.cxbox.core.file.controller
Methods in org.cxbox.core.file.controller that return CxboxResponseDTO Modifier and Type Method Description CxboxResponseDTO<Void>CxboxFileController. remove(String id, String source)AddCxboxResponseDTO<Void>CxboxFileControllerSimple. remove(String id, String source)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)
-