类的使用
org.springframework.http.server.ServletServerHttpRequest
使用ServletServerHttpRequest的程序包 程序包 说明 org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.http.server中ServletServerHttpRequest的使用
参数类型为ServletServerHttpRequest的org.springframework.http.server中的构造器 构造器 说明 ServletServerHttpAsyncRequestControl(ServletServerHttpRequest request, ServletServerHttpResponse response)Constructor accepting a request and response pair that are expected to be of typeServletServerHttpRequestandServletServerHttpResponserespectively.org.springframework.web.multipart.support中ServletServerHttpRequest的使用
org.springframework.web.multipart.support中ServletServerHttpRequest的子类 修饰符和类型 类 说明 classRequestPartServletServerHttpRequestServerHttpRequestimplementation that accesses one part of a multipart request.org.springframework.web.servlet.mvc.method.annotation中ServletServerHttpRequest的使用
返回ServletServerHttpRequest的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 protected ServletServerHttpRequestAbstractMessageConverterMethodArgumentResolver. createInputMessage(NativeWebRequest webRequest)Create a newHttpInputMessagefrom the givenNativeWebRequest.参数类型为ServletServerHttpRequest的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 protected <T> voidAbstractMessageConverterMethodProcessor. writeWithMessageConverters(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage)Writes the given return type to the given output message.