lindhorst.servlet.http
Class MultipartResponse

java.lang.Object
  |
  +--lindhorst.servlet.http.MultipartResponse

public class MultipartResponse
extends java.lang.Object


Constructor Summary
MultipartResponse(javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 void finish()
           
 void sendNewResponsePart(java.lang.String contentType, byte[] contentData)
           
 void sendNewResponsePart(java.lang.String contentType, java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartResponse

public MultipartResponse(javax.servlet.http.HttpServletResponse response)
                  throws java.io.IOException
Method Detail

sendNewResponsePart

public void sendNewResponsePart(java.lang.String contentType,
                                java.lang.String content)
                         throws java.io.IOException
java.io.IOException

sendNewResponsePart

public void sendNewResponsePart(java.lang.String contentType,
                                byte[] contentData)
                         throws java.io.IOException
java.io.IOException

finish

public void finish()
            throws java.io.IOException
java.io.IOException