Struts2控制器需要在配置文件中进行设置。()
A: web.xml
B: struts.xml
C: struts2.xml
D: web2.xml
A: web.xml
B: struts.xml
C: struts2.xml
D: web2.xml
举一反三
- Struts应用采用()基于XML的配置文件来配置应用。 A: web.xml B: servlet.xml C: struts-config.xml D: struts-conf.xml
- 控制器需要在()配置文件中进行配置。 A: web.xml B: struts.xml C: struts2.xml D: webwork.xml
- Struts的体系结构不包括() A: 模型层 B: Struts控制器组件 C: Struts配置文件 D: Struts标签库
- 在Struts中可以实现自动加载strtus的XML配置文件的是()。 A: struts.configuration.xml.reload=true B: struts.devMode = true C: struts.enable.DynamicMethodInvocation=true D: struts.ognl.allowStaticMethodAccess=true
- 对于Struts框架应用,可以在()中配置ActionServlet类,并且声明Web应用所使用的Struts标签库 A: Struts-config.xml B: web.xml C: application.properties D: servlet.xml