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

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

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

Methods in org.apache.cocoon.portlet.multipart that throw MultipartException
 javax.portlet.ActionRequest RequestFactory.getServletRequest(javax.portlet.ActionRequest 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.
 

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-2010 The Apache Software Foundation. All Rights Reserved.