forked from fanruan/design
kuangshuai
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