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 MultipartPreservingRequestMultipartPreservingRequest. getCurrent(IRequestContext requestCtx)Gets the current instance ofMultipartPreservingRequestof this request context if it exists.static MultipartPreservingRequestMultipartPreservingRequest. getCurrent(javax.servlet.http.HttpServletRequest request)Gets the current instance ofMultipartPreservingRequestof this request if it exists. 
 -