javax.servlet.http
Interface Part
public interface Part
multipart/form-data part or form item
- Since:
- 3.0
- Version:
- $Rev: 835965 $ $Date: 2009-11-13 14:40:44 -0500 (Fri, 13 Nov 2009) $
delete
void delete()
throws IOException
- Throws:
IOException
getContentType
String getContentType()
getHeader
String getHeader(String headerName)
getHeaderNames
Collection<String> getHeaderNames()
getHeaders
Collection<String> getHeaders(String headerName)
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getName
String getName()
getSize
long getSize()
write
void write(String fileName)
throws IOException
- Throws:
IOException
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.