下列代码@RequestMapping("/toUpdateView")Public ModelAndView toUpdateView(HttpServletRequest request,String id){}可能出现在()?
A.数据访问层
B.业务逻辑层
C.页面
D.控制器
正确答案是D