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
 Hashtable MultipartParser.getParts(HttpServletRequest request)
           
 Hashtable MultipartParser.getParts(int contentLength, String contentType, InputStream requestStream)
           
 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.
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.