接口的使用
org.springframework.web.servlet.function.ServerResponse.Context
使用ServerResponse.Context的程序包 程序包 说明 org.springframework.web.servlet.function Provides the types that make up Spring's functional web framework for Servlet environments.org.springframework.web.servlet.function中ServerResponse.Context的使用
参数类型为ServerResponse.Context的org.springframework.web.servlet.function中的方法 修饰符和类型 方法 说明 ModelAndView
ServerResponse. writeTo(HttpServletRequest request, HttpServletResponse response, ServerResponse.Context context)
Write this response to the given servlet response.