Package de.xima.fc.session
Class FD2SessionManager
java.lang.Object
de.xima.fc.session.FD2SessionManager
Deprecated.
Not used anymore by the form designer as it is integrated in JSF now.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic FD2SessionaddSession(XfcSession userSession, String formSessionID) Deprecated.static booleancheck(javax.servlet.http.HttpServletRequest req, boolean remove) Deprecated.static booleanDeprecated.static FD2Sessioncurrent(javax.servlet.http.HttpServletRequest request) Deprecated.static StringgetFormSessionID(javax.servlet.http.HttpServletRequest req) Deprecated.static FD2SessiongetSession(XfcSession xfcSess, String formSessionID) Deprecated.static FD2SessiongetSession(javax.servlet.http.HttpServletRequest request) Deprecated.static FD2SessiongetSession(javax.servlet.http.HttpServletRequest request, String formSessionID) Deprecated.static Map<String,Map<String, FD2Session>> Deprecated.static FD2SessionregisterFormRequest(javax.servlet.http.HttpServletRequest request) Deprecated.static FD2SessionDeprecated. 
- 
Constructor Details
- 
FD2SessionManager
public FD2SessionManager()Deprecated. 
 - 
 - 
Method Details
- 
registerFormRequest
Deprecated. - 
current
Deprecated. - 
addSession
Deprecated. - 
remove
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
Deprecated. - 
getSession
public static FD2Session getSession(javax.servlet.http.HttpServletRequest request, String formSessionID) Deprecated. - 
getSession
Deprecated. - 
getSessionMap
Deprecated.- Returns:
 - the sessMap
 
 - 
getFormSessionID
Deprecated. 
 -