SpringMVC怎么注入HttpServletResponse

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringMVC怎么注入HttpServletResponse相关的知识,希望对你有一定的参考价值。

参考技术A 直接在controller 方法的入参里写就能用,比如这样:

1
2
3

public void test(HttpServletResponse resp)
resp......
<img id="selectsearch-icon" src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/iknow/qb/select-search.png" alt="搜索">本回答被提问者和网友采纳

自己new的对象怎么注入spring管理的对象

参考技术A 可以通过@Configuration和@Bean注入

以上是关于SpringMVC怎么注入HttpServletResponse的主要内容,如果未能解决你的问题,请参考以下文章

Servlet中使用注解@Resource注入service,该怎么办

SpringMVC怎么注入HttpServletResponse

spring mvc 注入dao失败。怎么办?

求springmvc 注入多个bean的方法

springMVC中controller的几种返回类型

SpringMVC如何有效的防止XSS注入?