Uses of Class
de.xima.fc.session.FD2Session
-
Packages that use FD2Session Package Description de.xima.fc.session -
-
Uses of FD2Session in de.xima.fc.session
Methods in de.xima.fc.session that return FD2Session Modifier and Type Method Description static FD2Session
FD2SessionManager. addSession(XfcSession userSession, String formSessionID)
Deprecated.static FD2Session
FD2SessionManager. current(javax.servlet.http.HttpServletRequest request)
Deprecated.static FD2Session
FD2SessionManager. getSession(XfcSession xfcSess, String formSessionID)
Deprecated.static FD2Session
FD2SessionManager. getSession(javax.servlet.http.HttpServletRequest request)
Deprecated.static FD2Session
FD2SessionManager. getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)
Deprecated.static FD2Session
FD2SessionManager. registerFormRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.static FD2Session
FD2SessionManager. remove(javax.servlet.http.HttpServletRequest req, String formRequestId)
Deprecated.Methods in de.xima.fc.session that return types with arguments of type FD2Session Modifier and Type Method Description Map<String,FD2Session>
XfcSession. getFD2Sessions()
Retrieve the FD2Session-Map from the current HTTP-Session, which is inside the XfcSession object.static Map<String,Map<String,FD2Session>>
FD2SessionManager. getSessionMap()
Deprecated.
-