com.antiaction.mayhem.httpd.input
Interface httpdIFormDataFile
- All Known Implementing Classes:
- httpdFormDataFile
public interface httpdIFormDataFile
Interface Dispatch Form Data File.
- Version:
- 1.00
- Author:
- Nicholas Clarke
getFile
java.io.File getFile()
getAbsolutePath
java.lang.String getAbsolutePath()
getDispositionFilename
java.lang.String getDispositionFilename()
getContentType
java.lang.String getContentType()
getContentName
java.lang.String getContentName()
setClaimed
void setClaimed(boolean b)
isClaimed
boolean isClaimed()
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.