org.jboss.seam.ui.component
Class UIFileUpload.LocalUploadValue

java.lang.Object
  extended by org.jboss.seam.ui.component.UIFileUpload.LocalUploadValue
Enclosing class:
UIFileUpload

protected class UIFileUpload.LocalUploadValue
extends java.lang.Object

Helper class to store the local values.


Constructor Summary
UIFileUpload.LocalUploadValue(java.lang.String contentType, java.lang.String fileName, java.lang.Integer fileSize, java.io.InputStream inputStream)
          Constructor for this class.
 
Method Summary
 java.lang.String getContentType()
          Returns the contentType value.
 java.lang.String getFileName()
          Returns the fileName value.
 java.lang.Integer getFileSize()
          Returns the fileSize value.
 java.io.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

UIFileUpload.LocalUploadValue

public UIFileUpload.LocalUploadValue(java.lang.String contentType,
                                     java.lang.String fileName,
                                     java.lang.Integer fileSize,
                                     java.io.InputStream inputStream)
Constructor for this class.

Parameters:
contentType - The local content type to save
fileName - The local file name to save
fileSize - The local file size to save
inputStream - The local input stream to save
Method Detail

getContentType

public java.lang.String getContentType()
Returns the contentType value.

Returns:
the contentType value

getFileName

public java.lang.String getFileName()
Returns the fileName value.

Returns:
the fileName value

getFileSize

public java.lang.Integer getFileSize()
Returns the fileSize value.

Returns:
the fileSize value

getInputStream

public java.io.InputStream getInputStream()
Returns the inputStream value.

Returns:
the inputStream value


Copyright © 2010 JBoss. All Rights Reserved.