Uses of Interface
javax.servlet.http.Part
Packages that use Part
-
Uses of Part in javax.servlet.http
Methods in javax.servlet.http that return PartModifier and TypeMethodDescriptiondefault PartGets thePartwith the given name.The default behavior of this method is to call getPart on the wrapped request object.Methods in javax.servlet.http that return types with arguments of type PartModifier and TypeMethodDescriptiondefault Collection<Part> HttpServletRequest.getParts()Gets all thePartcomponents of this request, provided that it is of typemultipart/form-data.HttpServletRequestWrapper.getParts()The default behavior of this method is to call getParts on the wrapped request object.