Uses of Class
de.xima.fc.session.FRQSession
Packages that use FRQSession
Package
Description
-
Uses of FRQSession in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type FRQSessionModifier and TypeMethodDescriptionFormHelper.createFieldFilter
(FRQSession frqSession) Creates the filter for request values.static XButtonDescriptor
FormProcessUtil.decodeSubmittedXfAction
(String xfQualifier, String xfAction, FRQSession frqSession) -
Uses of FRQSession in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type FRQSessionModifier and TypeMethodDescriptionstatic String
URLHelper.attachmentFormActionURL
(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession, String action) static String
URLHelper.authLogoutUrlFor
(String basePath, ValueParameters params, FRQSession frqSession) 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) Deprecated.static String
URLHelper.previewUrlFor
(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession, String optionalSessionID) 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 FRQSessionMethods in de.xima.fc.form.render with parameters of type FRQSession -
Uses of FRQSession in de.xima.fc.form.renderer
Constructors in de.xima.fc.form.renderer with parameters of type FRQSessionModifierConstructorDescriptionXFormValidator
(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 FRQSessionMethods in de.xima.fc.form.request that return FRQSessionMethods in de.xima.fc.form.request with parameters of type FRQSession -
Uses of FRQSession in de.xima.fc.form.upload
Methods in de.xima.fc.form.upload with parameters of type FRQSessionModifier and TypeMethodDescriptionstatic void
AjaxUploadManager.addAllTo
(FRQSession session, IParameterContext paramCtx) Adds all AJAX uploads from the session to the given parameters wrapper.static void
AjaxUploadManager.addAllToParametersWrapper
(FRQSession session, ParameterWrapper parameterWrapper) Adds all AJAX uploads from the session to the given parameters wrapper.static void
AjaxUploadManager.addUpload
(FRQSession session, String id, AjaxUploadDetails details, InputStream content) Registers an uploaded file with the given session.static FetchUploadDataResult
AjaxUploadManager.fetchUploadData
(FRQSession session, String id, String uploadName) Fetches the data registered with the given upload name, when it matches the ID.static Map<String,
UploadFileMeta> AjaxUploadManager.getUploadFileMeta
(FRQSession session) Finds all existing uploads that were registered in the given session (and not yet removed).static void
AjaxUploadManager.removeUpload
(FRQSession session, long time, String fieldName) Removes an uploads that was added via previously. -
Uses of FRQSession in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type FRQSessionModifier and TypeMethodDescriptionstatic DesignerPreviewSubmitParams
DesignerPreviewSubmitParams.parse
(FRQSession frqSession) -
Uses of FRQSession in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return FRQSessionModifier and TypeMethodDescriptionIFormAuthContext.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 FRQSessionModifier and TypeMethodDescriptionIFormRenderContext.getFRQSession()
IFormRequestContext.getFRQSession()
Methods in de.xima.fc.interfaces.form with parameters of type FRQSessionModifier and TypeMethodDescriptionvoid
IFormRenderContext.setFRQSession
(FRQSession frqSession) void
IFormRequestContext.setFRQSession
(FRQSession formRequestSession) -
Uses of FRQSession in de.xima.fc.mock
Methods in de.xima.fc.mock that return FRQSession -
Uses of FRQSession in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return FRQSessionModifier and TypeMethodDescriptionstatic FRQSession
SecurityPac4jHelper.getFrqSession
(org.pac4j.core.context.WebContext context) -
Uses of FRQSession in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return FRQSessionModifier and TypeMethodDescriptionprotected FRQSession
AFormDependendServlet.getFormSession
(javax.servlet.http.HttpServletRequest req) Methods in de.xima.fc.servlet with parameters of type FRQSessionModifier and TypeMethodDescriptionprotected com.alibaba.fastjson.JSONObject
AFormDependendServlet.createUserDataJSON
(UserContext uc, FRQSession frqSession) Deprecated.UseAFormDependendServlet.createUserDataJSON(FRQSession, Mandant)
instead. -
Uses of FRQSession in de.xima.fc.session
Methods in de.xima.fc.session that return FRQSessionModifier and TypeMethodDescriptionstatic 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
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
FRQSessionStore.getSession
(javax.servlet.http.HttpServletRequest req) static FRQSession
FRQSessionStateGenerator.getSessionFromStateValue
(javax.servlet.http.HttpServletRequest req) static FRQSession
FRQSessionManager.registerFormRequest
(javax.servlet.http.HttpServletRequest request) static FRQSession
static FRQSession
FRQSessionManager.renewFRID
(javax.servlet.http.HttpSession httpSession, FRQSession frqSession) Methods in de.xima.fc.session that return types with arguments of type FRQSessionModifier and TypeMethodDescriptionXfcSession.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 FRQSessionModifier and TypeMethodDescriptionstatic 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) Constructors in de.xima.fc.session with parameters of type FRQSession -
Uses of FRQSession in de.xima.fc.web.common.auth
Fields in de.xima.fc.web.common.auth declared as FRQSessionMethods in de.xima.fc.web.common.auth that return FRQSessionMethods in de.xima.fc.web.common.auth with parameters of type FRQSessionConstructors in de.xima.fc.web.common.auth with parameters of type FRQSession -
Uses of FRQSession in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type FRQSessionModifier and TypeMethodDescriptionstatic 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)
URLHelper.previewUrlFor(String, String, Projekt, ValueParameters, FormVersion, Vorgang, FRQSession, String)