- getContentDisposition() - Method in class jodd.upload.FileUploadHeader
-
Returns content disposition.
- getContentType() - Method in class jodd.upload.FileUploadHeader
-
Returns uploaded content type.
- getDestinationFolder() - Method in class jodd.upload.impl.DiskFileUpload
-
Returns destination folder.
- getFile() - Method in class jodd.upload.impl.DiskFileUpload
-
Returns uploaded and saved file.
- getFile(String) - Method in class jodd.upload.MultipartStreamParser
-
Returns uploaded file.
- getFileContent() - Method in class jodd.upload.FileUpload
-
Returns all bytes of uploaded file.
- getFileContent() - Method in class jodd.upload.impl.AdaptiveFileUpload
-
Returns the content of file upload item.
- getFileContent() - Method in class jodd.upload.impl.DiskFileUpload
-
Returns files content from disk file.
- getFileContent() - Method in class jodd.upload.impl.MemoryFileUpload
-
Returns byte array containing uploaded file data.
- getFileExtensions() - Method in class jodd.upload.impl.AdaptiveFileUpload
-
- getFileInputStream() - Method in class jodd.upload.FileUpload
-
Returns input stream of uploaded file.
- getFileInputStream() - Method in class jodd.upload.impl.AdaptiveFileUpload
-
- getFileInputStream() - Method in class jodd.upload.impl.DiskFileUpload
-
Returns new buffered file input stream.
- getFileInputStream() - Method in class jodd.upload.impl.MemoryFileUpload
-
Returns byte array input stream.
- getFileName() - Method in class jodd.upload.FileUploadHeader
-
Returns file name (base name and extension, without full path data).
- getFileParameterNames() - Method in class jodd.upload.MultipartStreamParser
-
Returns parameter names of all uploaded files.
- getFiles(String) - Method in class jodd.upload.MultipartStreamParser
-
Returns all uploaded files the given request parameter has.
- getFormFieldName() - Method in class jodd.upload.FileUploadHeader
-
Returns form field name.
- getFormFilename() - Method in class jodd.upload.FileUploadHeader
-
Returns complete file name as specified at client side.
- getHeader() - Method in class jodd.upload.FileUpload
-
- getLastHeader() - Method in class jodd.upload.MultipartRequestInputStream
-
- getMaxFileSize() - Method in class jodd.upload.FileUpload
-
Returns max file size or -1 if there is no max file size.
- getMaxFileSize() - Method in class jodd.upload.impl.AdaptiveFileUploadFactory
-
- getMaxFileSize() - Method in class jodd.upload.impl.DiskFileUploadFactory
-
- getMaxFileSize() - Method in class jodd.upload.impl.MemoryFileUploadFactory
-
- getMemoryThreshold() - Method in class jodd.upload.impl.AdaptiveFileUpload
-
- getMemoryThreshold() - Method in class jodd.upload.impl.AdaptiveFileUploadFactory
-
- getMimeSubtype() - Method in class jodd.upload.FileUploadHeader
-
Returns file sub type MIME.
- getMimeType() - Method in class jodd.upload.FileUploadHeader
-
Returns file types MIME.
- getParameter(String) - Method in class jodd.upload.MultipartStreamParser
-
Returns single value of a parameter.
- getParameterNames() - Method in class jodd.upload.MultipartStreamParser
-
Returns the names of the parameters contained in this request.
- getParameterValues(String) - Method in class jodd.upload.MultipartStreamParser
-
Returns all values all of the values the given request parameter has.
- getSize() - Method in class jodd.upload.FileUpload
-
Returns the file upload size or -1 if file was not uploaded.
- getUploadPath() - Method in class jodd.upload.impl.AdaptiveFileUpload
-
- getUploadPath() - Method in class jodd.upload.impl.AdaptiveFileUploadFactory
-