package com.demo.blog;

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

/**
 * BlogInterceptor
 */
public class BlogInterceptor implements Interceptor {
	
	public void intercept(ActionInvocation ai) {
		System.out.println("Before invoking " + ai.getActionKey());
		ai.invoke();
		System.out.println("After invoking " + ai.getActionKey());
	}
}
最近下载更多
werbgd  LV2 2023年5月11日
xiaolifeizei  LV1 2021年4月20日
李雅婧  LV1 2020年6月4日
qq1075310265  LV2 2020年3月25日
yiigsoo  LV7 2020年2月19日
苏三susan  LV1 2019年11月12日
hxhly  LV4 2019年10月21日
xulei2cc  LV5 2019年10月20日
bticess123  LV1 2019年8月11日
bluebird  LV9 2019年7月18日
最近浏览更多
linkee  LV1 2023年9月18日
gogotime  LV1 2023年6月28日
lhlhlhlh55 2023年6月13日
暂无贡献等级
暂无贡献等级
念雪风  LV1 2023年5月18日
werbgd  LV2 2023年5月11日
oracleanacarge  LV6 2023年4月21日
fish1996  LV2 2023年4月12日
neuwxr2015  LV8 2023年3月6日
LITIANYU084414  LV11 2023年1月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友