Struts2的中央处理器是由那个组件来担当()。
A. Servlet
B. FilterDispatcher
C. Action
D. Interceptor
查看答案
Struts2在控制器类中一般需要添加相应属性的_____和_____方法()
A. setter与as
B. getter与as
C. getter与setter
D. is与setter
Struts2配置文件的名字是:()
A. web.xml
B. struts.xml
C. struts-config.xml
D. webwork.xml
Struts2主控制器需要在_____配置文件中进行配置 ()
A. web.xml
B. struts.xml
C. struts-config.xml
D. webwork.xml
Struts框架中,在一个Action的配置信息中,name属性指的是什么()?
A. 当前action实例的名字
B. 当前action所在的类的名字
C. 该Action中调用的FormBean的实例的名字
D. 该Action中调用的FormBean的类的所在包名