单项选择题在Struts2的标签中用来设定条件的属性是()

A.witch
B.test
C.if
D.value


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题结点中,用于定义拦截器栈的结点是()

A.Interceptor
B.interceptor-stack
C.interceptor-stacks
D.interceptor-refs

2.单项选择题在Struts2的Action类(BookAction)中存在bookList处理请求的方法,使用动态方法调用BookAction类中bookList方法,正确的是()

A.bookAction.bookList
B.bookAction*bookList
C.bookAction+bookList
D.bookAction!bookList

6.单项选择题根据()配置,浏览器发出HTTP请求被Filter Dispatcher接收。

A.Web.xml
B.JSP.xml
C.struts.xml
D.filter.xml

7.单项选择题Struts 2框架由3个部分组成()、业务控制器和用户实现的业务逻辑组件。

A.核心控制器Filter Dispatcher
B.模型类
C.拦截器
D.JSP

8.单项选择题()文件主要负责管理应用中的Action映射,以及该Action包含的Result定义等。

A.Web.xml
B.Struts Prepare And Execute Filter
C.struts.xml
D.struts2.xml

10.单项选择题将使用的拦截器定义到共有的状态下来实现统一管理,称为()

A.拦截器组
B.拦截器队
C.拦截器链
D.拦截器栈