8889909192939495
* ���ù���context�� * * @param context context */ protected void populateCommonContext(Map context) { context.put("stringUtil", new StringUtil()); context.put("numberUtil", new NumberUtil()); }
8788899091929394
* 设置公共context。 * * @param context context */ protected void populateCommonContext(Map context) { context.put("stringUtil", new StringUtil()); context.put("numberUtil", new NumberUtil()); }