首页>代码>jfinal开发的一个快速,极小的blog系统>/jfinal_demo/src/com/demo/blog/BlogInterceptor.java
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());
	}
}
最近下载更多
zcl02036716  LV17 2020年8月27日
rechooo  LV1 2020年6月20日
zdmlychee  LV2 2020年5月11日
lansai  LV2 2019年11月13日
wangqian2  LV1 2019年9月7日
wodezui6  LV9 2019年7月16日
caicaia  LV2 2019年6月3日
yjwzzZ  LV1 2019年2月12日
12345684693  LV1 2018年12月26日
spoods  LV1 2018年12月6日
最近浏览更多
cheung524071  LV8 2023年8月23日
暂无贡献等级
mishidelu 2023年5月28日
暂无贡献等级
网约车源码 2022年12月31日
暂无贡献等级
陈小灏  LV14 2022年6月14日
ilusymon  LV3 2022年3月29日
刘亦菲9527  LV15 2021年12月14日
chinawind1990  LV5 2021年11月25日
38735466  LV11 2021年11月25日
lwp011  LV27 2021年11月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友