Package org.eclnt.jsfserver.util
Class TypeOfSessionMgmt
java.lang.Object
org.eclnt.jsfserver.util.TypeOfSessionMgmt
The check if session management is managed by URL-rewrite or Cookie has become
quite difficult in order to support a usage of the server runtime for both
RISC-browser Cookie scenarios and for Swing-rewrite scenarios.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidassociateRISCClientWithSession(javax.servlet.http.HttpSession session) static voidclearCurrentThread(Object caller) static booleanstatic booleangetSessionMgmtViaCookie(boolean withClientTypeConsideration) static booleangetSessionMgmtViaCookie(javax.servlet.http.HttpSession session) static boolean
-
Constructor Details
-
TypeOfSessionMgmt
public TypeOfSessionMgmt()
-
-
Method Details
-
associateRISCClientWithCurrentThread
-
associateNORISCClientWithCurrentThread
-
associateRISCClientWithSession
public static void associateRISCClientWithSession(javax.servlet.http.HttpSession session) -
clearCurrentThread
-
getSupportSwingClient
public static boolean getSupportSwingClient() -
getSessionMgmtViaCookie
public static boolean getSessionMgmtViaCookie() -
getSessionMgmtViaCookie
public static boolean getSessionMgmtViaCookie(boolean withClientTypeConsideration) -
getSessionMgmtViaCookie
public static boolean getSessionMgmtViaCookie(javax.servlet.http.HttpSession session)
-