File tree 3 files changed +41
-33
lines changed
java/org/fugerit/java/doc/mod/fop
resources/fj_doc_mod_fop_config 3 files changed +41
-33
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import java .io .Serializable ;
4
4
5
- import org .fugerit .java .doc .base .process .DocProcessConfig ;
5
+ import org .fugerit .java .doc .freemarker .process .FreemarkerDocProcessConfig ;
6
+ import org .fugerit .java .doc .freemarker .process .FreemarkerDocProcessConfigFacade ;
6
7
7
8
public class FreeMarkerFopProcess implements Serializable {
8
9
@@ -11,11 +12,11 @@ public class FreeMarkerFopProcess implements Serializable {
11
12
*/
12
13
private static final long serialVersionUID = 1277168639030295400L ;
13
14
14
- public static final String CONFIG_PATH = "cl://fj_doc_mod_fop_config/fop-process-config.xml" ;
15
+ public static final String CONFIG_PATH = "cl://fj_doc_mod_fop_config/fm- fop-process-config.xml" ;
15
16
16
- private static DocProcessConfig INSTANCE = DocProcessConfig .loadConfigSafe ( CONFIG_PATH );
17
+ private static FreemarkerDocProcessConfig INSTANCE = FreemarkerDocProcessConfigFacade .loadConfigSafe ( CONFIG_PATH );
17
18
18
- public static DocProcessConfig getInstance () {
19
+ public static FreemarkerDocProcessConfig getInstance () {
19
20
return INSTANCE ;
20
21
}
21
22
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <freemarker-doc-process-config
3
+ xmlns=" https://freemarkerdocprocess.fugerit.org"
4
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" https://freemarkerdocprocess.fugerit.org https://www.fugerit.org/data/java/doc/xsd/freemarker-doc-process-1-0.xsd" >
6
+
7
+ <!--
8
+ Configuration stub version : 003 (2023-07-19)
9
+ -->
10
+
11
+
12
+
13
+ <docChain id =" fop-freemarker" >
14
+ <chainStep stepType =" config" >
15
+ <config
16
+ id=" FJDOC_MOD_FOP_FREEMARKER_CONFIG"
17
+ class=" org.fugerit.java.doc.mod.fop.FreeMarkerFopProcess"
18
+ exception-handler=" RETHROW_HANDLER"
19
+ fallback-on-null-loop-variable=" false"
20
+ log-exception=" false"
21
+ mode=" class"
22
+ path=" /fj_doc_mod_fop_config/template/"
23
+ version=" 2.3.29"
24
+ wrap-unchecked-exceptions=" true"
25
+ />
26
+ </chainStep >
27
+ <chainStep stepType =" map" >
28
+ <map name =" docBase" value =" docBase" />
29
+ <map name =" docType" value =" docType" />
30
+ </chainStep >
31
+ <chainStep stepType =" complex" template-path =" fop_doc.ftl" >
32
+ </chainStep >
33
+ </docChain >
34
+
35
+
36
+ </freemarker-doc-process-config >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments