Package | Description |
---|---|
com.atlassian.bamboo.web.utils |
Modifier and Type | Class and Description |
---|---|
class |
UploadedFileImpl |
Modifier and Type | Method and Description |
---|---|
UploadedFile |
UploadedFileManagerImpl.createFile(InputStream inputStream,
String fileName,
String contentType,
long size) |
UploadedFile |
UploadedFileManager.createFile(InputStream inputStream,
String fileName,
String contentType,
long size)
Creates a file on disk.
|
UploadedFile |
UploadedFileManagerImpl.createFile(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName) |
UploadedFile |
UploadedFileManager.createFile(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName)
Creates a file on disk.
|
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.