|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUploadedFile
This interface represents an uploaded file.
Method Summary | |
---|---|
java.lang.String |
getCGIParameterName()
Returns the name of the CGI parameter associated to this file |
java.lang.String |
getClientFileName()
Returns the name of the file as defined on the client |
java.lang.String[] |
getClientFileNames()
Returns the file names as defined on the client |
long |
getContentLength()
Returns the content length for the file |
long[] |
getContentLengths()
Returns an array of content lengths for the files |
java.lang.String |
getContentType()
Returns the content type of the file |
java.lang.String[] |
getContentTypes()
Returns an array of content types for the files |
java.io.File |
getServerFile()
Returns the temporary file created on the server |
java.lang.String |
getServerFileName()
Returns the path of the temporary file created on the server |
java.lang.String[] |
getServerFileNames()
Returns the path of the temporary files created on the server |
java.io.File[] |
getServerFiles()
Returns the temporary files created on the server |
Method Detail |
---|
java.lang.String getContentType()
java.lang.String[] getContentTypes()
long[] getContentLengths()
long getContentLength()
java.lang.String getCGIParameterName()
java.lang.String getClientFileName()
java.lang.String[] getClientFileNames()
java.lang.String getServerFileName()
java.lang.String[] getServerFileNames()
java.io.File getServerFile()
java.io.File[] getServerFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |