Uses of Class
com.instantbank.lettertemplate.control.web.handlers.MultipartInputStreamHandler

Packages that use MultipartInputStreamHandler
com.instantbank.lettertemplate.control.web.handlers These are handler classes for the MVC Controller SERVLET of Letters subsystem (one by use case). 
 

Uses of MultipartInputStreamHandler in com.instantbank.lettertemplate.control.web.handlers
 

Methods in com.instantbank.lettertemplate.control.web.handlers with parameters of type MultipartInputStreamHandler
protected  boolean MultipartRequest.readNextPart(MultipartInputStreamHandler in, java.lang.String boundary)
          A utility method that reads an individual part.
protected  java.lang.String MultipartRequest.readParameter(MultipartInputStreamHandler in, java.lang.String boundary)
          A utility method that reads a single part of the multipart request that represents a parameter.
protected  void MultipartRequest.readAndSaveFile(MultipartInputStreamHandler in, java.lang.String boundary, java.lang.String filename, java.lang.String contentType)
          A utility method that reads a single part of the multipart request that represents a file, and saves the file to the given directory.