From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../dialog/SpringDialogDefinitionReader.html | 279 +++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/spring/dialog/SpringDialogDefinitionReader.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/spring/dialog/SpringDialogDefinitionReader.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/spring/dialog/SpringDialogDefinitionReader.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/spring/dialog/SpringDialogDefinitionReader.html new file mode 100644 index 0000000..63ead4b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/spring/dialog/SpringDialogDefinitionReader.html @@ -0,0 +1,279 @@ + + + + + + +SpringDialogDefinitionReader (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.spring.dialog +
+Class SpringDialogDefinitionReader

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.spring.dialog.SpringDialogDefinitionReader
+
+
+
All Implemented Interfaces:
DialogDefinitionReader
+
+
+
+
public class SpringDialogDefinitionReader
extends java.lang.Object
implements DialogDefinitionReader
+ +

+A DialogDefinitionReader, that reads dialog definitions +

+ +

+

+
Version:
+
1.0
+
Author:
+
Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SpringDialogDefinitionReader(java.lang.String resourceName) + +
+          Constructor that creates a new bean factory with + the given file as configuration.
+  + + + + + + + + + + + +
+Method Summary
+ voidreadDialogDefinitions(DialogDefinitionService dialogDefinitionService) + +
+          Reads dialog definitions from the resource.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SpringDialogDefinitionReader

+
+public SpringDialogDefinitionReader(java.lang.String resourceName)
+
+
Constructor that creates a new bean factory with + the given file as configuration. +

+

Parameters:
resourceName - the name of the configuration file.
+ + + + + + + + +
+Method Detail
+ +

+readDialogDefinitions

+
+public void readDialogDefinitions(DialogDefinitionService dialogDefinitionService)
+                           throws java.io.IOException
+
+
Description copied from interface: DialogDefinitionReader
+
Reads dialog definitions from the resource. +

+

+
Specified by:
readDialogDefinitions in interface DialogDefinitionReader
+
+
+
Parameters:
dialogDefinitionService - the DialogDefinitionService to which the dialog + definitions should be added +
Throws: +
java.io.IOException - if exception occured reading the resource
See Also:
DialogDefinitionReader.readDialogDefinitions(com.sdm.quasar.client.core.dialog.services.DialogDefinitionService)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3