单项选择题
A.< constant name="struts.i18n.encoding"value="UTF-8">B.< constant name="struts.custom.i18.encoding"value="UTF-8">C.< constant name="struts.custom.i18.resources"value="UTF-8">D.< constant name="struts.ui.theme"value="UTF-8">
A.redirectAction类型可以将请求重定向到Action类B.${nextAction}用来获取UserAction类中nextAction属性的值C.UserAction类一定要提供nextAction的getter方法D.${nextAction}配置是错误的,不能使用EL表达式确定转发的Action
A.一个Interceptor处理请求后,可以调用下一个Interceptor继续处理请求B.StrutsPrepareAndExecuteFilter是一个过滤器,它是Struts 2处理请求的入口C.JSP结果页面运行在Action之前D.Struts 2框架运行在Web服务器中,如果没有Web服务器,就无法配置并运行Struts2