随笔分类 -  struts2

拦截器getmodel方法什么时候被调用(没搞懂有什么鸟用,自己搭的项目中用到了这个)
摘要:拦截器是Struts2最强大的特性之一,它是一种可以让用户在Action执行之前和Result执行之后进行一些功能处理的机制。Struts2 的预定义拦截器 modelDriven 如果action实现了ModelDriven接口,它将getModel方法取得的模型对象存入OgnlValueStac 阅读全文

posted @ 2016-05-27 00:17 struggle_beiJing 阅读(643) 评论(0) 推荐(0)

struts2启动报错com/opensymphony/xwork2/spring/SpringObjectFactory.java:220:-1
摘要:写的非常好 http://javeye.iteye.com/blog/940122/ 阅读全文

posted @ 2016-05-25 10:04 struggle_beiJing 阅读(184) 评论(0) 推荐(0)

三、改变struts.xml默认路径后web.xml如何配置
摘要:http://yanln.iteye.com/blog/2189816(文章很好) 阅读全文

posted @ 2016-05-11 15:37 struggle_beiJing 阅读(179) 评论(0) 推荐(0)

struts.xml中的intercepter
摘要:1、 http://weizhilizhiwei.iteye.com/blog/1005210 Struts2 的核心——拦截器[Interceptor] 2、 http://blog.csdn.net/wangle4717/article/details/5986674 http://blog.c 阅读全文

posted @ 2016-05-09 17:45 struggle_beiJing 阅读(134) 评论(0) 推荐(0)

Struts2 XML配置详解
摘要:http://blog.csdn.net/zz_mm/article/details/5460397 阅读全文

posted @ 2016-05-09 17:38 struggle_beiJing 阅读(129) 评论(0) 推荐(0)

Struts2中关于"There is no Action mapped for namespace / and action name"的总结
摘要:http://www.cnblogs.com/gulvzhe/archive/2011/11/21/2256632.html 阅读全文

posted @ 2016-05-05 10:58 struggle_beiJing 阅读(172) 评论(0) 推荐(0)

导航