|
Seam UI JSF2 support 2.3.0.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.ui.component.UIFileUpload.LocalUploadValue
protected class UIFileUpload.LocalUploadValue
Helper class to store the local values.
Constructor Summary | |
---|---|
UIFileUpload.LocalUploadValue(String contentType,
String fileName,
Integer fileSize,
InputStream inputStream)
Constructor for this class. |
Method Summary | |
---|---|
String |
getContentType()
Returns the contentType value. |
String |
getFileName()
Returns the fileName value. |
Integer |
getFileSize()
Returns the fileSize value. |
InputStream |
getInputStream()
Returns the inputStream value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 saveMethod Detail |
---|
public String getContentType()
public String getFileName()
public Integer getFileSize()
public InputStream getInputStream()
|
Seam UI JSF2 support 2.3.0.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |