首页>代码>Jfinal框架学习系列之JSP视图实现基本的增删改查功能>/jfinal_demo_for_jsp/src/com/demo/interceptor/BlogInterceptor.java
/**
  * 文件说明
  * @Description:扩展说明
  * @Copyright: 2015 dreamtech.com.cn Inc. All right reserved
  * @Version: V6.0
  */
package com.demo.interceptor;

import com.jfinal.aop.Interceptor;
import com.jfinal.core.ActionInvocation;

/**  
 * BlogInterceptor
 * @Author: feizi
 * @Date: 2015年4月20日 上午10:59:12 
 * @ModifyUser: feizi
 * @ModifyDate: 2015年4月20日 上午10:59:12 
 * @Version:V6.0
 */
public class BlogInterceptor implements Interceptor {

	/**
	 * 方法说明
	 * @Discription:扩展说明
	 * @Author: feizi
	 * @Date: 2015年4月20日 上午10:59:12
	 * @ModifyUser:feizi
	 * @ModifyDate: 2015年4月20日 上午10:59:12
	 * @see com.jfinal.aop.Interceptor#intercept(com.jfinal.core.ActionInvocation)
	 */
	public void intercept(ActionInvocation ai) {
		System.out.println("================Before invoking " + ai.getActionKey());
		ai.invoke();
		System.out.println("================After invoking " + ai.getActionKey());
	}

}
最近下载更多
歪歪歪  LV8 2021年3月20日
guoxinming  LV2 2020年10月15日
lyq3323  LV2 2020年4月1日
LKBBDD  LV7 2020年3月5日
弥漫七里香1  LV4 2020年1月7日
1024171254  LV7 2019年10月21日
fabulous  LV1 2019年9月29日
uzi123  LV3 2019年4月15日
阿宙666666  LV3 2019年2月26日
chenjiewen1107  LV10 2019年1月4日
最近浏览更多
sans111 4月1日
暂无贡献等级
lvhongquan  LV11 2023年12月30日
李林112233  LV2 2023年12月4日
ezra77934  LV2 2023年9月15日
lhlhlhlh55 2023年6月13日
暂无贡献等级
暂无贡献等级
werbgd  LV2 2023年5月11日
qingsj  LV6 2023年3月2日
FF加菲猫  LV4 2023年1月2日
微信网友_6279530990882816 2022年12月27日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友