org.jboss.seam.ui.component
protected class UIFileUpload.LocalUploadValue extends Object
Constructor and Description |
---|
UIFileUpload.LocalUploadValue(String contentType,
String fileName,
Integer fileSize,
InputStream inputStream)
Constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Returns the contentType value.
|
String |
getFileName()
Returns the fileName value.
|
Integer |
getFileSize()
Returns the fileSize value.
|
InputStream |
getInputStream()
Returns the inputStream value.
|
public UIFileUpload.LocalUploadValue(String contentType, String fileName, Integer fileSize, InputStream inputStream)
contentType
- The local content type to savefileName
- The local file name to savefileSize
- The local file size to saveinputStream
- The local input stream to savepublic String getContentType()
public String getFileName()
public Integer getFileSize()
public InputStream getInputStream()
Copyright © 2015 Seam Framework. All Rights Reserved.