public final class FRQSessionManager extends Object
Constructor and Description |
---|
FRQSessionManager() |
Modifier and Type | Method and Description |
---|---|
static FRQSession |
addSession(XfcSession userSession,
String formSessionID) |
static boolean |
check(javax.servlet.http.HttpServletRequest req,
boolean remove) |
static boolean |
check(javax.servlet.http.HttpServletRequest req,
String formRequestId,
boolean remove) |
static FRQSession |
current(javax.servlet.http.HttpServletRequest request) |
static void |
dispose(String userSessionId)
Löscht die Session.
|
static void |
disposeAll() |
static String |
getFormSessionID(javax.servlet.http.HttpServletRequest req) |
static FRQSession |
getSession(javax.servlet.http.HttpServletRequest request) |
static FRQSession |
getSession(javax.servlet.http.HttpServletRequest request,
String formSessionID) |
static FRQSession |
getSession(String userSessionID,
String formSessionID) |
static Map<String,Map<String,FRQSession>> |
getSessionMap() |
static FRQSession |
registerFormRequest(javax.servlet.http.HttpServletRequest request) |
static FRQSession |
remove(javax.servlet.http.HttpServletRequest req,
String formRequestId) |
public static FRQSession registerFormRequest(javax.servlet.http.HttpServletRequest request)
public static FRQSession current(javax.servlet.http.HttpServletRequest request)
public static FRQSession addSession(XfcSession userSession, String formSessionID)
public static FRQSession remove(javax.servlet.http.HttpServletRequest req, String formRequestId)
public static boolean check(javax.servlet.http.HttpServletRequest req, boolean remove)
public static boolean check(javax.servlet.http.HttpServletRequest req, String formRequestId, boolean remove)
public static FRQSession getSession(javax.servlet.http.HttpServletRequest request)
public static FRQSession getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)
public static FRQSession getSession(String userSessionID, String formSessionID)
public static void dispose(String userSessionId)
userSessionId
- Die ID, die für die Session-Initialisierung per #registerFormRequest(String)
verwendet
wurde (im Allgemeinen die HttpSession
-ID).public static void disposeAll()
public static Map<String,Map<String,FRQSession>> getSessionMap()
public static String getFormSessionID(javax.servlet.http.HttpServletRequest req)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.