重复造轮子--IOC容器的AOP简单实现(3)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-22 14:54 点击:次
return after_aspectName;
}
public void setAfter_aspectName(String after_aspectName) {
this.after_aspectName = after_aspectName;
}
}
/**
* 需要监听的方法列表
*/
public final class InterceptList {
private static HashMap<String,AOPModel> map = new HashMap<String,AOPModel>();
private static ArrayList<String> list = new ArrayList<String>();
public static HashMap<String,AOPModel> getInterceptMethod() {
return map;
}
public static ArrayList<String> getInterceptList()
{
return list;
}
}
相关新闻>>
- 发表评论
-
- 最新评论 进入详细评论页>>
今日头条
更多>>您可能感兴趣的文章
- ios Archive 步骤
- IOS开发学习一 :Cocoa环境熟悉和Xcode使用
- IOS学习五:UITabBarController初步
- iphone-用代码创建界面(Creating Views from Code)
- IOS学习之十二:Core Location定位和MapKit视图使
- 提交应用遇到"Missing Screenshot"问题的
- iPhone开发进阶(4) --- 使用Makefile自动编
- uiview某点返回色How to get the color of a pixel in an UI
- iPhone开发:类似iChat的聊天泡泡示例
- iphone开发之object c基础一定义接口
新闻点评
新闻关注排行榜
热门推荐
最新推荐