Uses of Class
org.apache.cocoon.servlet.multipart.MultipartException

Packages that use MultipartException
org.apache.cocoon.servlet.multipart   
 

Uses of MultipartException in org.apache.cocoon.servlet.multipart
 

Methods in org.apache.cocoon.servlet.multipart that throw MultipartException
 HttpServletRequest RequestFactory.getServletRequest(HttpServletRequest request)
          If the request includes a "multipart/form-data", then wrap it with methods that allow easier connection to those objects since the servlet API doesn't provide those methods directly.
 Hashtable MultipartParser.getParts(int contentLength, String contentType, InputStream requestStream)
           
 Hashtable MultipartParser.getParts(HttpServletRequest request)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.