176177178179180181182183184185186187
if ((pc == null) && (defaultControl != null) && (!defaultControl.equals(name))) { return getControl(defaultControl); } PortletControlConfig pcConf = new BasePortletControlConfig(); pcConf.setName(name); pcConf.setInitParameters(params); pc.setConfig(pcConf); return pc; }
214215216217218219220221222223224225
209210211212213214215216217218219220