Class TypeOfSessionMgmt

java.lang.Object
org.eclnt.jsfserver.util.TypeOfSessionMgmt

public class TypeOfSessionMgmt extends Object
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 Details

    • TypeOfSessionMgmt

      public TypeOfSessionMgmt()
  • Method Details

    • associateRISCClientWithCurrentThread

      public static void associateRISCClientWithCurrentThread(Object caller)
    • associateNORISCClientWithCurrentThread

      public static void associateNORISCClientWithCurrentThread(Object caller)
    • associateRISCClientWithSession

      public static void associateRISCClientWithSession(javax.servlet.http.HttpSession session)
    • clearCurrentThread

      public static void clearCurrentThread(Object caller)
    • 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)