Uses of Class
org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Packages that use MultiPartRequestWrapper
-
Uses of MultiPartRequestWrapper in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor that return MultiPartRequestWrapperModifier and TypeMethodDescriptionprotected MultiPartRequestWrapper
ActionFileUploadInterceptor.findMultipartRequestWrapper
(jakarta.servlet.http.HttpServletRequestWrapper request) Tries to findMultiPartRequestWrapper
as the request can be already wrapped with anotherHttpServletRequestWrapper
.Methods in org.apache.struts2.interceptor with parameters of type MultiPartRequestWrapperModifier and TypeMethodDescriptionprotected void
AbstractFileUploadInterceptor.applyValidation
(Object action, MultiPartRequestWrapper multiWrapper)