private void buildChildNode(IBusinessContext ctx,String targetName,MBTransItem child,StringBuffer bf){ HashMap map = ctx.getParam(targetName); Iterator it = map.entrySet().iterator(); while (it.hasNext()){ Map.Entry<String, HashMap> entry1=(Map.Entry<String, HashMap>)it.next(); HashMap hm = entry1.getValue(); buildItem(hm,child,bf); } }
转载于:https://www.cnblogs.com/kunpengit/archive/2013/01/23/2872701.html
