Browse Source
Merge in DESIGN/design from ~TOMMY/design:feature/10.0 to feature/10.0 * commit '8a61c789df0e89c032ba6ffb44e81955fd388975': REPORT-53240 加密组件在服务器上预览不显示feature/10.0
Tommy
4 years ago
2 changed files with 0 additions and 15 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