Uses of Class
de.xima.fc.session.FRQSession
-
-
Uses of FRQSession in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type FRQSession Modifier and Type Method Description static String
URLHelper. attachmentFormActionURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession, String action)
static String
URLHelper. buildFinalCallbackUrl(javax.servlet.http.HttpServletRequest request, FRQSession session)
static String
URLHelper. buildFinalCallbackUrl(javax.servlet.http.HttpServletRequest request, FRQSession session, boolean relative)
static String
URLHelper. completeSubmitUrl(String submitUrl, String language, FRQSession formRequestSession, String optionalSessionID)
static String
URLHelper. deleteAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)
static String
URLHelper. downloadAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)
static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession)
static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, FRQSession frqsession)
-
Uses of FRQSession in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return FRQSession Modifier and Type Method Description FRQSession
FormRenderContext. getFRQSession()
Methods in de.xima.fc.form.render with parameters of type FRQSession Modifier and Type Method Description void
FormRenderContext. setFRQSession(FRQSession frqSession)
-
Uses of FRQSession in de.xima.fc.form.renderer
Constructors in de.xima.fc.form.renderer with parameters of type FRQSession Constructor Description XFormValidator(IXForm form, IXFormRenderConfig config, Map<String,List<org.apache.commons.fileupload.FileItem>> uploadsMap, IFormDataAdapter formDataAdapter, FRQSession frqSession)
XFormValidator(IXForm form, IXFormRenderConfig config, Map<String,List<org.apache.commons.fileupload.FileItem>> uploadsMap, Map<String,List<String[]>> valuesMap, FRQSession frqSession)
Deprecated.Use the other constructors. -
Uses of FRQSession in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as FRQSession Modifier and Type Field Description protected FRQSession
FormRequestContext. frqSession
Methods in de.xima.fc.form.request that return FRQSession Modifier and Type Method Description FRQSession
FormRequestContext. getFRQSession()
Methods in de.xima.fc.form.request with parameters of type FRQSession Modifier and Type Method Description void
FormRequestContext. setFRQSession(FRQSession frqSession)
-
Uses of FRQSession in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return FRQSession Modifier and Type Method Description FRQSession
IFormAuthContext. getFRQSession()
Get the current form request session to authenticate with -
Uses of FRQSession in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FRQSession Modifier and Type Method Description FRQSession
IFormRenderContext. getFRQSession()
FRQSession
IFormRequestContext. getFRQSession()
Methods in de.xima.fc.interfaces.form with parameters of type FRQSession Modifier and Type Method Description void
IFormRenderContext. setFRQSession(FRQSession frqSession)
void
IFormRequestContext. setFRQSession(FRQSession formRequestSession)
-
Uses of FRQSession in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return FRQSession Modifier and Type Method Description protected FRQSession
AFormDependendServlet. getFormSession(javax.servlet.http.HttpServletRequest req)
-
Uses of FRQSession in de.xima.fc.session
Methods in de.xima.fc.session that return FRQSession Modifier and Type Method Description static FRQSession
FRQSessionManager. addSession(XfcSession userSession, String formSessionID)
Deprecated.static FRQSession
FRQSessionManager. addSession(javax.servlet.http.HttpSession session, String formSessionID)
Deprecated.static FRQSession
FRQSessionManager. addSession(javax.servlet.http.HttpSession session, String formSessionID, Locale locale)
static FRQSession
FRQSessionManager. copySession(javax.servlet.http.HttpSession session, FRQSession oldSession)
Deprecated.useFRQSessionManager.renewFRID(HttpSession, FRQSession)
to change the id of the current session or create a new session by yourselfstatic FRQSession
FRQSessionManager. current(javax.servlet.http.HttpServletRequest request)
static FRQSession
FRQSessionManager. current(javax.servlet.http.HttpServletRequest request, String formSessionID)
static FRQSession
FRQSessionManager. getSession(XfcSession xfcSess, String formSessionID)
Deprecated.static FRQSession
FRQSessionManager. getSession(javax.servlet.http.HttpServletRequest request)
static FRQSession
FRQSessionManager. getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)
static FRQSession
FRQSessionManager. getSession(javax.servlet.http.HttpSession session, String formSessionID)
static FRQSession
FRQSessionManager. registerFormRequest(javax.servlet.http.HttpServletRequest request)
static FRQSession
FRQSessionManager. remove(javax.servlet.http.HttpServletRequest request, String formRequestId)
static FRQSession
FRQSessionManager. renewFRID(javax.servlet.http.HttpSession httpSession, FRQSession frqSession)
Methods in de.xima.fc.session that return types with arguments of type FRQSession Modifier and Type Method Description Map<String,FRQSession>
XfcSession. getFRQSessions()
Deprecated.static Map<String,Map<String,FRQSession>>
FRQSessionManager. getSessionMap()
static Map<String,FRQSession>
FRQSessionManager. getSessionMap(javax.servlet.http.HttpSession session)
Methods in de.xima.fc.session with parameters of type FRQSession Modifier and Type Method Description static FRQSession
FRQSessionManager. copySession(javax.servlet.http.HttpSession session, FRQSession oldSession)
Deprecated.useFRQSessionManager.renewFRID(HttpSession, FRQSession)
to change the id of the current session or create a new session by yourselfstatic FRQSession
FRQSessionManager. renewFRID(javax.servlet.http.HttpSession httpSession, FRQSession frqSession)
-
Uses of FRQSession in de.xima.fc.web.common.auth
Fields in de.xima.fc.web.common.auth declared as FRQSession Modifier and Type Field Description protected FRQSession
FormAuthContextBuilder. session
Methods in de.xima.fc.web.common.auth that return FRQSession Modifier and Type Method Description FRQSession
FormAuthContext. getFRQSession()
Methods in de.xima.fc.web.common.auth with parameters of type FRQSession Modifier and Type Method Description void
FormAuthContext. setFRQSession(FRQSession frqSession)
Constructors in de.xima.fc.web.common.auth with parameters of type FRQSession Constructor Description FRQSessionStore(FRQSession frqSession)
-
Uses of FRQSession in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type FRQSession Modifier and Type Method Description static String
LocaleUtils. getLanguage(IFormRenderContext renderCtx, FRQSession session)
static String
LocaleUtils. getLanguageTag(IFormRenderContext renderCtx, FRQSession session)
static Locale
LocaleUtils. getLocale(javax.servlet.http.HttpServletRequest request, FRQSession frqSession)
-