Uses of Class
de.xima.fc.http.MultipartPreservingRequest
-
Packages that use MultipartPreservingRequest Package Description de.xima.fc.http -
-
Uses of MultipartPreservingRequest in de.xima.fc.http
Methods in de.xima.fc.http that return MultipartPreservingRequest Modifier and Type Method Description static MultipartPreservingRequest
MultipartPreservingRequest. getCurrent(IRequestContext requestCtx)
Gets the current instance ofMultipartPreservingRequest
of this request context if it exists.static MultipartPreservingRequest
MultipartPreservingRequest. getCurrent(javax.servlet.http.HttpServletRequest request)
Gets the current instance ofMultipartPreservingRequest
of this request if it exists.
-