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 |
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 UploadedFileCopyright © 2013 JBoss by Red Hat. All Rights Reserved.