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

+ +com.sdm.quasar.client.jsf.application +
+Class HttpSessionDestroyedHandler

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler
+
+
+
+
public class HttpSessionDestroyedHandler
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringSESSION_MANAGER_APPLICATION_CONTEXT_KEY + +
+          Session-key at which the session-manager is stored.
+  + + + + + + + + + + +
+Constructor Summary
HttpSessionDestroyedHandler() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidsessionCreated(HttpSessionEvent sessionEvent) + +
+          {@inheritDoc}
+ voidsessionDestroyed(HttpSessionEvent sessionEvent) + +
+          {@inheritDoc} + + This method is called, when the HttpSession#invalidate() + method is called.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SESSION_MANAGER_APPLICATION_CONTEXT_KEY

+
+public static final java.lang.String SESSION_MANAGER_APPLICATION_CONTEXT_KEY
+
+
Session-key at which the session-manager is stored. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+HttpSessionDestroyedHandler

+
+public HttpSessionDestroyedHandler()
+
+
+ + + + + + + + +
+Method Detail
+ +

+sessionCreated

+
+public void sessionCreated(HttpSessionEvent sessionEvent)
+
+
{@inheritDoc} +

+

+
See Also:
javax.servlet.http.HttpSessionListener#sessionCreated(javax.servlet.http.HttpSessionEvent)
+
+
+
+ +

+sessionDestroyed

+
+public void sessionDestroyed(HttpSessionEvent sessionEvent)
+
+
{@inheritDoc} + + This method is called, when the HttpSession#invalidate() + method is called. In this case the dialogs have to be prperly disposed. +

+

+
See Also:
javax.servlet.http.HttpSessionListener#sessionDestroyed(javax.servlet.http.HttpSessionEvent)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3