|
RichFaces UI Components UI 4.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.request.BaseUploadedFile
public abstract class BaseUploadedFile
Constructor Summary | |
---|---|
BaseUploadedFile(String parameterName)
|
Method Summary | |
---|---|
String |
getContentType()
|
byte[] |
getData()
|
String |
getName()
|
String |
getParameterName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.richfaces.model.UploadedFile |
---|
delete, getHeader, getHeaderNames, getHeaders, getInputStream, getSize, write |
Constructor Detail |
---|
public BaseUploadedFile(String parameterName)
Method Detail |
---|
public String getParameterName()
getParameterName
in interface org.richfaces.model.UploadedFile
public String getName()
getName
in interface org.richfaces.model.UploadedFile
public String getContentType()
getContentType
in interface org.richfaces.model.UploadedFile
public byte[] getData()
getData
in interface org.richfaces.model.UploadedFile
|
RichFaces UI Components UI 4.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |