Uses of Interface
de.xima.fc.interfaces.http.IRequestContext
-
Packages that use IRequestContext Package Description de.xima.fc.form.request de.xima.fc.http de.xima.fc.utils.http -
-
Uses of IRequestContext in de.xima.fc.form.request
Classes in de.xima.fc.form.request that implement IRequestContext Modifier and Type Class Description class
HttpServletRequestContext
AnIRequestContext
backed by an actualHttpServletRequest
.Methods in de.xima.fc.form.request with parameters of type IRequestContext Modifier and Type Method Description static MultipartRequest
MultipartRequest. newInstance(IRequestContext requestContext)
static List<org.apache.commons.fileupload.FileItem>
RequestParameterParser. parseMultipart(IRequestContext req)
Parses a multipart request.static List<org.apache.commons.fileupload.FileItem>
RequestParameterParser. parseMultipart(IRequestContext req, Predicate<String> fieldFilter)
Parses a multipart request.static ParameterWrapper
RequestParameterParser. parseMultipartParameters(ParameterWrapper parameters, IRequestContext req)
static ParameterWrapper
RequestParameterParser. parseMultipartParameters(ParameterWrapper parameters, IRequestContext req, Predicate<String> fieldFilter)
-
Uses of IRequestContext in de.xima.fc.http
Methods in de.xima.fc.http with parameters of type IRequestContext Modifier and Type Method Description static MultipartPreservingRequest
MultipartPreservingRequest. getCurrent(IRequestContext requestCtx)
Gets the current instance ofMultipartPreservingRequest
of this request context if it exists. -
Uses of IRequestContext in de.xima.fc.utils.http
Methods in de.xima.fc.utils.http with parameters of type IRequestContext Modifier and Type Method Description static org.apache.commons.fileupload.servlet.ServletFileUpload
FileUploadUtils. createServletFileUpload(IRequestContext req)
-