标签: spring-mvc servlets
我有一个带有@ResponseBody注释的spring控制器类来服务器ajax请求。我的要求是使用某些参数调用servlet(post方法)并处理来自servlet的响应。