|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |