单项选择题
下面类型中,不属于请求处理方法参数类型的是()。
A.javax.servlet.http.HttpSession
B.@MatrixVariable
C.org.springframework.ui.Model
D.void
点击查看答案
相关考题
-
单项选择题
Spring MVC中的后端控制器是指()。
A.HandlerAdapter
B.DispatcherServlet
C.ViewReslover
D.Handler -
单项选择题
以下有关Spring MVC常用的默认参数类型及说法错误的是()。
A.HttpServletRequest通过request对象获取请求信息
B.HttpServletResponse通过response处理响应信息
C.HttpSession通过session对象得到session中存放的对象
D.Model/ModelMap:Model或ModelMap是一个接口,作用是将model数据填充到request域 -
单项选择题
下面选项中,能够正确访问下面代码中方法是()。
A.http://localhost:8080/chapter12/hello/firstController
B.http://localhost:8080/chapter12/first/firstController
C.http://localhost:8080/chapter12/first/first
D.http://localhost:8080/chapter12/hello/first
