Package de.xima.fc.session
Class FD2SessionManager
- java.lang.Object
-
- de.xima.fc.session.FD2SessionManager
-
@Deprecated public final class FD2SessionManager extends Object
Deprecated.Not used anymore by the form designer as it is integrated in JSF now.
-
-
Constructor Summary
Constructors Constructor Description FD2SessionManager()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FD2Session
addSession(XfcSession userSession, String formSessionID)
Deprecated.static boolean
check(javax.servlet.http.HttpServletRequest req, boolean remove)
Deprecated.static boolean
check(javax.servlet.http.HttpServletRequest req, String formRequestId, boolean remove)
Deprecated.static FD2Session
current(javax.servlet.http.HttpServletRequest request)
Deprecated.static String
getFormSessionID(javax.servlet.http.HttpServletRequest req)
Deprecated.static FD2Session
getSession(XfcSession xfcSess, String formSessionID)
Deprecated.static FD2Session
getSession(javax.servlet.http.HttpServletRequest request)
Deprecated.static FD2Session
getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)
Deprecated.static Map<String,Map<String,FD2Session>>
getSessionMap()
Deprecated.static FD2Session
registerFormRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.static FD2Session
remove(javax.servlet.http.HttpServletRequest req, String formRequestId)
Deprecated.
-
-
-
Method Detail
-
registerFormRequest
public static FD2Session registerFormRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
-
current
public static FD2Session current(javax.servlet.http.HttpServletRequest request)
Deprecated.
-
addSession
public static FD2Session addSession(XfcSession userSession, String formSessionID)
Deprecated.
-
remove
public static FD2Session remove(javax.servlet.http.HttpServletRequest req, String formRequestId)
Deprecated.
-
check
public static boolean check(javax.servlet.http.HttpServletRequest req, boolean remove)
Deprecated.
-
check
public static boolean check(javax.servlet.http.HttpServletRequest req, String formRequestId, boolean remove)
Deprecated.
-
getSession
public static FD2Session getSession(javax.servlet.http.HttpServletRequest request)
Deprecated.
-
getSession
public static FD2Session getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)
Deprecated.
-
getSession
public static FD2Session getSession(XfcSession xfcSess, String formSessionID)
Deprecated.
-
getSessionMap
public static Map<String,Map<String,FD2Session>> getSessionMap()
Deprecated.- Returns:
- the sessMap
-
getFormSessionID
public static String getFormSessionID(javax.servlet.http.HttpServletRequest req)
Deprecated.
-
-