A.Interceptor B.interceptor-stack C.interceptor-stacks D.interceptor-refs
单项选择题在Struts2的Action类(BookAction)中存在bookList处理请求的方法,使用动态方法调用BookAction类中bookList方法,正确的是()
A.bookAction.bookList B.bookAction*bookList C.bookAction+bookList D.bookAction!bookList
单项选择题truts配置中,package元素的()属性的作用是:继承其它的package元素。
A.name B.namespace C.include D.extends
单项选择题Action元素指定的每个()子元素定义一个逻辑视图和物理视图之间的映射。
A.result B.method C.execute D.class
单项选择题ction类里通常包含了一个()方法,该方法返回一个字符串(就是一个逻辑视图名)。
A.execute B.Login C.Validate D.method
单项选择题根据()配置,浏览器发出HTTP请求被Filter Dispatcher接收。
A.Web.xml B.JSP.xml C.struts.xml D.filter.xml