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

+ +com.sdm.quasar.client.jsf.dialog +
+Class PRGNavigationHandler

+
+java.lang.Object
+  extended byNavigationHandler
+      extended bycom.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
+
+
+
+
public class PRGNavigationHandler
extends NavigationHandler
+ +

+Custom NavigationHandler for the Quasar Client. + + In case of a dialog request it performs a redirect + to the current dialog to implement the PRG pattern. +

+ +

+

+
Author:
+
clucke
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+protected  NavigationHandler_base + +
+          JSF standard NavigationHandler
+  + + + + + + + + + + +
+Constructor Summary
PRGNavigationHandler(NavigationHandler navHdl) + +
+          Constructor.
+  + + + + + + + + + + + +
+Method Summary
+ voidhandleNavigation(FacesContext context, + java.lang.String actionMethod, + java.lang.String outcome) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+_base

+
+protected NavigationHandler _base
+
+
JSF standard NavigationHandler +

+

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

+PRGNavigationHandler

+
+public PRGNavigationHandler(NavigationHandler navHdl)
+
+
Constructor. Takes the JSF standard NavigationHandler as + argument. +

+

Parameters:
navHdl - JSF standard NavigationHandler
+ + + + + + + + +
+Method Detail
+ +

+handleNavigation

+
+public void handleNavigation(FacesContext context,
+                             java.lang.String actionMethod,
+                             java.lang.String outcome)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3