Uses of Interface
org.apache.tapestry.multipart.IMultipartDecoder

Packages that use IMultipartDecoder
org.apache.tapestry.multipart   
org.apache.tapestry.request   
 

Uses of IMultipartDecoder in org.apache.tapestry.multipart
 

Classes in org.apache.tapestry.multipart that implement IMultipartDecoder
 class DefaultMultipartDecoder
          Decodes the data in a multipart/form-data HTTP request, handling file uploads and multi-valued parameters.
 

Uses of IMultipartDecoder in org.apache.tapestry.request
 

Methods in org.apache.tapestry.request that return IMultipartDecoder
protected  IMultipartDecoder RequestContext.obtainMultipartDecoder(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request)
          Invoked from the constructor to create a DefaultMultipartDecoderinstance.
 

Methods in org.apache.tapestry.request with parameters of type IMultipartDecoder
 void RequestContext.setDecoder(IMultipartDecoder decoder)
          Sets the multipart decoder to be used for the request.