A.web.xml
B.ApplicationResources.properties
C.struts-config.xml
D.ApplicationResources_zh_CN_properties
您可能感興趣的試卷
你可能感興趣的試題
A.message-resource
B.action
C.forward
D.form-bean
A.path
B.type
C.name
D.input
A.name
B.attribute
C.scope
D.path
A.return"show.jsp"
B.return"show"
C.returnmapping.findForward("show")
D.returnmapping.findForward("show.jsp")
對于以下代碼,HelloAction希望把請求轉(zhuǎn)發(fā)給hello.jsp,在HelloAction的execute方法中如何實現(xiàn)()
A.return(newActionForward(mapping.getInput()))
B.return(mapping.findForward(”SayHello”))
C.return(mapping.findForward(“hello.jsp”))
D.return(mapping.findForward(“/hello.jsp”))
最新試題
struts2中,以下配置文件上傳攔截器只允許上傳bmp圖片文件的代碼,正確的是()
在struts.xml文件中,使用()元素定義攔截器。
Struts2主要核心功能是由()實現(xiàn)。
Struts2以WebWork為核心,采用()的機(jī)制處理用戶請求。
以下哪個標(biāo)簽是struts2中的用于循環(huán)迭代()
struts2自定義類型轉(zhuǎn)換器必須實現(xiàn)的接口是()
struts2默認(rèn)的處理結(jié)果類型是()
以下屬于struts2標(biāo)簽的是()
實現(xiàn)動態(tài)返回結(jié)果,在配置元素時使用()指定視圖資源。
struts2自定義攔截器中的“return.invocation.invoke”代碼表示()