1123112411251126112711281129
/** * @return 一个新创建的上下文对象 */ public static Context context() { return new SimpleContext(); }
1135113611371138113911401141
* Map 对象 * * @return 一个新创建的上下文对象 */ public static Context context(Map<String, Object> map) { return new SimpleContext(map); }
1148114911501151115211531154
1160116111621163116411651166
1214121512161217121812191220
* 创建一个新的上下文对象 * * @return 一个新创建的上下文对象 */ public static Context context() { return new SimpleContext(); }
1226122712281229123012311232