Struts2 OGNL 表达式
摘要: OGNL ( Object Graph Navigation Language ),对象图导航语言。这是一种强大的表达式语言,通过它可以非常方便的来操作对象属性。
在 Struts2 中,OGNL 需要和 Struts2 标签库配套来使用。
阅读全文
posted @
2014-03-17 20:04 fancydeepin 阅读(4779) |
评论 (5) 编辑
Struts2 访问 Servlet API 的方式
摘要: 一般来说,在 Struts2 中访问 Servlet API 的方式有2种:
(1) 直接访问 Servlet API。这将会使得你的 Action 类与 Servlet API 耦合在一起。
(2) 通过 Struts2 API 来访问 Servlet API,这样 Action 类就不会再跟 Servlet API 耦合。
阅读全文
posted @
2014-03-17 19:58 fancydeepin 阅读(2043) |
评论 (2) 编辑