在Struts2中,底层的session被封装成了ServletActionContext类型。
在Struts2中,底层的session被封装成了ServletActionContext类型。
以下代码的下划线处应该填写()ApplicationContextcontext=new__________("applicationContext.xml"); A: ActionContext B: ApplicationContext C: ClassPathXmlApplicationContext D: ServletActionContext
以下代码的下划线处应该填写()ApplicationContextcontext=new__________("applicationContext.xml"); A: ActionContext B: ApplicationContext C: ClassPathXmlApplicationContext D: ServletActionContext
Action访问Servlet API 的3种方式,下面哪一种不是? A: ActionSupport B: ActionContext C: 通过特定接口 D: ServletActionContext
Action访问Servlet API 的3种方式,下面哪一种不是? A: ActionSupport B: ActionContext C: 通过特定接口 D: ServletActionContext
struts2中获取ServletAPI的方法正确的是()。 A: 使用ActionContext对象以解耦合的方法访问ServletAPI B: 使用ServletActionContext对象以解耦合的方式访问ServletAPI C: 使用ActionContext对象以耦合的方式访问ServletAPI D: 使用ServletActionContext对象以耦合的方式访问ServletAPI
struts2中获取ServletAPI的方法正确的是()。 A: 使用ActionContext对象以解耦合的方法访问ServletAPI B: 使用ServletActionContext对象以解耦合的方式访问ServletAPI C: 使用ActionContext对象以耦合的方式访问ServletAPI D: 使用ServletActionContext对象以耦合的方式访问ServletAPI
1