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 --- .../jsf/dialog/DialogParameterHandlerCallback.html | 264 +++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html new file mode 100644 index 0000000..05208f2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/dialog/DialogParameterHandlerCallback.html @@ -0,0 +1,264 @@ + + + + + + +DialogParameterHandlerCallback (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.jsf.dialog +
+Interface DialogParameterHandlerCallback

+
+
+
public interface DialogParameterHandlerCallback
+ +

+Callback for the DialogParameterHandler to tell + the caller ofe a concrete DialogParameterHandler + how to process further. This callback provides two possibilities: +

+

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanperformBypass() + +
+          Handle the request as a bypass for the quasar client: the request + will be handled like a normal JSF request, no quasar specific processing will be done.
+ booleanperformRedirect() + +
+          Perform a redirect to the currently activated dialog.
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+performBypass

+
+public boolean performBypass()
+
+
Handle the request as a bypass for the quasar client: the request + will be handled like a normal JSF request, no quasar specific processing will be done. +

+

+ +
Returns:
true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.
+
+
+
+ +

+performRedirect

+
+public boolean performRedirect()
+
+
Perform a redirect to the currently activated dialog. E.g. use this if you created + and activated a new dialog. +

+

+ +
Returns:
true if the response is completed e.g. due to a + redirect to a determined dialog. The servlet filter chain will + not be processed further, but the redirect will be performed immediately.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3