org.vraptor.interceptor
Interface UploadedFileInformation

All Known Implementing Classes:
BasicUploadedFileInformation

public interface UploadedFileInformation


Method Summary
 String getCompleteFileName()
          The complete file name from this file, as it was uploaded from the client.
 String getContentType()
           
 File getFile()
           
 String getFileName()
           
 

Method Detail

getContentType

String getContentType()
Returns:
Returns the contentType.

getFile

File getFile()
Returns:
Returns the file.

getFileName

String getFileName()
Returns:
Returns the fileName.

getCompleteFileName

String getCompleteFileName()
The complete file name from this file, as it was uploaded from the client.

Returns:
Returns the fileName.


Copyright © 2004-2008 VRaptor. All Rights Reserved.