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

Method Summary
 java.lang.String getAbsolutePath()
           
 java.lang.String getContentName()
           
 java.lang.String getContentType()
           
 java.lang.String getDispositionFilename()
           
 java.io.File getFile()
           
 boolean isClaimed()
           
 void setClaimed(boolean b)
           
 

Method Detail

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.