@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","component","web"}, havingValue="false", matchIfMissing=true) @Service public class EditorService extends Object
Constructor and Description |
---|
EditorService() |
Modifier and Type | Method and Description |
---|---|
String |
getExtension(String filename)
파일 확장자 추출
|
List<String> |
imageUpload(Collection<org.springframework.web.multipart.MultipartFile> multipartFiles,
net.ibizsoftware.jwork.core.collections.JMap<String,Object> requestMap)
editor 이미지 저장.
|
public String getExtension(String filename)
filename
- 파일명public List<String> imageUpload(Collection<org.springframework.web.multipart.MultipartFile> multipartFiles, net.ibizsoftware.jwork.core.collections.JMap<String,Object> requestMap) throws IOException
multipartFiles
- requestMap
- IOException
Copyright © 2025. All rights reserved.