public abstract class BaseUploadedFile extends Object implements UploadedFile
| Constructor and Description |
|---|
BaseUploadedFile(String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
byte[] |
getData() |
String |
getFileExtension()
Returns the files extension - the substring after last period of this file's name.
|
String |
getName() |
String |
getParameterName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, getHeader, getHeaderNames, getHeaders, getInputStream, getSize, writepublic BaseUploadedFile(String parameterName)
public String getParameterName()
getParameterName in interface UploadedFilepublic String getName()
getName in interface UploadedFilepublic String getContentType()
getContentType in interface UploadedFilepublic byte[] getData()
getData in interface UploadedFilepublic String getFileExtension()
UploadedFilegetFileExtension in interface UploadedFileCopyright © 2014 JBoss by Red Hat. All Rights Reserved.