Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mortbay.http.MultiPartResponse
org.mortbay.servlet.MultiPartResponse
public class MultiPartResponse
extends MultiPartResponse
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.mortbay.http.MultiPartResponse | |
close , getBoundary , getOut , startPart , startPart |
public MultiPartResponse(HttpServletResponse response) throws IOException
MultiPartResponse constructor.
- Parameters:
response
- The ServletResponse to which this multipart response will be sent.