version 1.0

com.actimind.actiwate.http
Interface MultipartPostRequest.Part

All Known Implementing Classes:
MultipartPostRequest.MultipartParameter
Enclosing interface:
MultipartPostRequest

public static interface MultipartPostRequest.Part

Represents a part of a multipart post request


Method Summary
 java.lang.String getContentType()
          Returns the content type of the file part.
 java.lang.String getName()
          Returns the name of the part.
 java.lang.String getValue()
          Returns the value of the part.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the part.


getValue

public java.lang.String getValue()
Returns the value of the part.


getContentType

public java.lang.String getContentType()
Returns the content type of the file part. Null the part is not a file.



Copyright © 2007 Actimind, Inc. All Rights Reserved.