... |
... |
@@ -7,19
+7,19 @@ |
7 |
7 |
|
8 |
8 |
* Die einzubindende Java-Logik muss in einem Java-Resource-Bundle (JAR-Datei) gepackt sein. |
9 |
9 |
* Die JAR-Datei muss mindestens eine Implementierung der folgenden Schnittstellen bereitstellen: |
10 |
|
-** [[IPluginGeneric>>doc:Plugin-Entwicklung.IPluginGeneric]] |
11 |
|
-** [[IPluginServletAction>>doc:Plugin-Entwicklung.IPluginServletAction]] |
12 |
|
-** [[IPluginProcessing>>doc:Plugin-Entwicklung.Statusverarbeitungs-Plugin]] |
13 |
|
-** [[IPluginDataSource>>doc:Plugin-Entwicklung.IPluginDataSource]] |
14 |
|
-** [[IPluginProjectTemplate>>doc:Plugin-Entwicklung.IPluginProjectTemplate]] |
15 |
|
-** [[IPluginSystemReplacer>>doc:Plugin-Entwicklung.IPluginSystemReplacer]] |
16 |
|
-** [[IPluginFormReplacer>>doc:Plugin-Entwicklung.IPluginFormReplacer]] |
17 |
|
-** [[IPluginTemplateReplacer>>doc:Plugin-Entwicklung.IPluginTemplateReplacer]] |
18 |
|
-** [[IPluginSessionReplacer>>doc:Plugin-Entwicklung.IPluginSessionReplacer]] |
19 |
|
-** [[IPluginFormPreRender>>doc:Plugin-Entwicklung.IPluginFormPreRender]] |
20 |
|
-** [[IPluginFormPrePersist>>doc:Plugin-Entwicklung.IPluginFormPrePersist]] |
21 |
|
-** [[IPluginFormPreProcess>>doc:Plugin-Entwicklung.IPluginFormPreProcess]] |
22 |
|
-** [[IPluginFormPreRespond>>doc:Plugin-Entwicklung.IPluginFormPreRespond]] |
|
10 |
+** [[IPluginGeneric>>doc:Formcycle.PluginDevelopment.Types.IPluginGeneric]] |
|
11 |
+** [[IPluginServletAction>>doc:Formcycle.PluginDevelopment.Types.IPluginServletAction]] |
|
12 |
+** [[IPluginProcessing>>doc:Formcycle.PluginDevelopment.Types.IPluginProcessing.WebHome]] |
|
13 |
+** [[IPluginDataSource>>doc:Formcycle.PluginDevelopment.Types.IPluginDataSource]] |
|
14 |
+** [[IPluginProjectTemplate>>doc:Formcycle.PluginDevelopment.Types.IPluginProjectTemplate]] |
|
15 |
+** [[IPluginSystemReplacer>>doc:Formcycle.PluginDevelopment.Types.IPluginSystemReplacer]] |
|
16 |
+** [[IPluginFormReplacer>>doc:Formcycle.PluginDevelopment.Types.IPluginFormReplacer]] |
|
17 |
+** [[IPluginTemplateReplacer>>doc:Formcycle.PluginDevelopment.Types.IPluginTemplateReplacer]] |
|
18 |
+** [[IPluginSessionReplacer>>doc:Formcycle.PluginDevelopment.Types.IPluginSessionReplacer]] |
|
19 |
+** [[IPluginFormPreRender>>doc:Formcycle.PluginDevelopment.Types.IPluginFormPreRender]] |
|
20 |
+** [[IPluginFormPrePersist>>doc:Formcycle.PluginDevelopment.Types.IPluginFormPrePersist]] |
|
21 |
+** [[IPluginFormPreProcess>>doc:Formcycle.PluginDevelopment.Types.IPluginFormPreProcess]] |
|
22 |
+** [[IPluginFormPreRespond>>doc:Formcycle.PluginDevelopment.Types.IPluginFormPreRespond]] |
23 |
23 |
|
24 |
24 |
Eine ausführliche Anleitung zum Erstellen von eigenen Plugins befindet sich im Bereich [[Plugin-Entwicklung>>doc:Plugin-Entwicklung.WebHome]]. |
25 |
25 |
|