单项选择题在Struts2框架的配置文件中,以下不属于Action的属性的是()

A.name
B.class
C.method
D.result


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Action结果执行类型设置为跳转到其它的Action,结果类型值是()

A.chain
B.redirect
C.dispatcher
D.redirectAction

2.单项选择题truts2框架正则表达式校验器的名字是()

A.interceptor
B.error
C.regex
D.expression

3.单项选择题在action元素中指定Action类调用方法的属性是()

A.Name
B.Method
C.class
D.result

10.单项选择题在spring容器中如果想在方法执行之前执行某个功能,则使用的通知类型是()

A.Before
B.After
C.After Running
D.After Throwing