org.jiucai.appframework.base.spring.service
接口 IUploadService
public interface IUploadService
上传服务接口
实现类 serviceId 命名规则 xxxUploadService
- 作者:
- zhaidw
handleRequest
String handleRequest(Map<String,Object> param,
org.springframework.web.multipart.MultipartHttpServletRequest request)
- 参数:
param - 请求参数map,里面包含所有的 request pararamter 参数,多个重名的参数取出后需要转换为List使用
- 返回:
- 结果数据字符串
getContentType
String getContentType(Map<String,Object> param)
- 返回数据 ContentType: html ? xml ? json ?
- 返回:
- String
Copyright © 2013. All Rights Reserved.