forked from fanruan/design
Browse Source
* commit '7f27a557931816c15f7219668c7dbe72763d06db': REPORT-53365 && REPORT-53310 交互修改 KERNEL-7634 依赖问题 REPORT-53398 【智能联动】组件拖入时,tab2内引用到组件名的地方,替换名称有误 REPORT-53229 补上空格 REPORT-53240 加密组件在服务器上预览不显示 REPORT-53229 设计器顶部版本号信息改为小版本信息persist/11.0
superman
3 years ago
8 changed files with 31 additions and 20 deletions
@ -1,13 +0,0 @@
|
||||
package com.fr.design.mainframe.share.util; |
||||
|
||||
import com.fr.form.share.encrypt.engine.SharableReadHelper; |
||||
import com.fr.stable.xml.XMLConf; |
||||
import com.fr.stable.xml.helper.XMLReadHelper; |
||||
|
||||
public class SharableXMLUtils { |
||||
public static synchronized void registerSharableReadHelper() { |
||||
XMLReadHelper readHelper = XMLConf.getReadHelper(); |
||||
XMLReadHelper helper = new SharableReadHelper(readHelper); |
||||
XMLConf.registerXMLHelper(helper); |
||||
} |
||||
} |
Loading…
Reference in new issue