Struts 2.0拦截器
简介
在Struts 2.0 中的拦截器,要实现com.opensymphony.xwork2.interceptor.Interceptor接口,在struts.xml中配置。可以用拦截器来完成调用Action业务逻辑之前的预处理或是之后的善后处理。还可以通过配置多个拦截器来满足action需求。
Interceptor stack是由多个拦截器组成的拦截器组,在拦截器组中可以对每一个拦截器映射。所有进行配置拦截器时,不必对每一个拦截器进行配置,而只需对interceptor stack进行配置即可。在struts 2中默认配置了一个全局interceptor stack,包括Exception Interceptor、Validation Interceptor等。
实例
在这个实例当中,我将配置一个时间拦截器,用来统计每个action的请求时间。
interceptordemo.jsp:
posted on 2009-05-08 20:31 fun 阅读(1508) 评论(0) 编辑 收藏
Powered by: BlogJava Copyright © fun