A. page
B. request
C. response
D. application
您可能感興趣的試卷
你可能感興趣的試題
A.forward
B.include
C.useBean
D.setProperty
A.HttpServletRequest、getContextPath()
B.HttpServletRequset、getPathInfo()
C.ServletContext、getContextPath()
D.ServletContext、getPathInfo()
A.<filter>
B.<filter-mapping>
C.<filter-name>
D.<filter-class>
A. HttpServlet是一個(gè)抽象類
B. HttpServlet類擴(kuò)展了GenericServlet類
C. HttpServlet類的子類必須至少重寫service方法
D. HttpServlet位于javax.servlet.http包中
A.setParameter()和getParamter()
B.setAttribute()和getAttribute()
C.addAttribute()和getAttribute()
D.set()和get()
最新試題
文件上傳時(shí),form表單的method屬性設(shè)置為()。
SpringMVC中,使用注解方式時(shí),需要添加()包。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
@RequestMapping注解的默認(rèn)屬性是()。
組合注解()匹配PUT方式的請(qǐng)求。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
下列示攔截器,主要用于攔截用戶請(qǐng)求并做相應(yīng)的處理的是()。
下列文件可能是SpringMVC的配置文件的是()。