Uses of Class
de.xima.fc.session.FRQSession
-
-
Uses of FRQSession in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type FRQSession Modifier and Type Method Description static Predicate<String>FormHelper. createFieldFilter(FRQSession frqSession)Creates the filter for request values.static XButtonDescriptorFormProcessUtil. 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 FRQSession Modifier and Type Method Description static StringURLHelper. attachmentFormActionURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession, String action)static StringURLHelper. authLogoutUrlFor(String basePath, ValueParameters params, FRQSession frqSession)static StringURLHelper. buildFinalCallbackUrl(javax.servlet.http.HttpServletRequest request, FRQSession session)static StringURLHelper. buildFinalCallbackUrl(javax.servlet.http.HttpServletRequest request, FRQSession session, boolean relative)static StringURLHelper. completeSubmitUrl(String submitUrl, String language, FRQSession formRequestSession, String sessionId)static StringURLHelper. deleteAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)static StringURLHelper. downloadAttachmentFormURL(String baseUrl, ValueParameters requestParameters, String prozessId, FRQSession formRequestSession)static StringURLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession)static StringURLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession, String optionalSessionID)static StringURLHelper. 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 FRQSessionFormRenderContext. getFRQSession()Methods in de.xima.fc.form.render with parameters of type FRQSession Modifier and Type Method Description voidFormRenderContext. 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 FRQSessionFormRequestContext. frqSessionMethods in de.xima.fc.form.request that return FRQSession Modifier and Type Method Description FRQSessionFormRequestContext. getFRQSession()Methods in de.xima.fc.form.request with parameters of type FRQSession Modifier and Type Method Description voidFormRequestContext. setFRQSession(FRQSession frqSession) -
Uses of FRQSession in de.xima.fc.form.upload
Methods in de.xima.fc.form.upload with parameters of type FRQSession Modifier and Type Method Description static voidAjaxUploadManager. addAllTo(FRQSession session, IParameterContext paramCtx)Adds all AJAX uploads from the session to the given parameters wrapper.static voidAjaxUploadManager. addAllToParametersWrapper(FRQSession session, ParameterWrapper parameterWrapper)Adds all AJAX uploads from the session to the given parameters wrapper.static voidAjaxUploadManager. addUpload(FRQSession session, String id, AjaxUploadDetails details, InputStream content)Registers an uploaded file with the given session.static FetchUploadDataResultAjaxUploadManager. 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 voidAjaxUploadManager. 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 FRQSession Modifier and Type Method Description static DesignerPreviewSubmitParamsDesignerPreviewSubmitParams. parse(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 FRQSessionIFormAuthContext. 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 FRQSessionIFormRenderContext. getFRQSession()FRQSessionIFormRequestContext. getFRQSession()Methods in de.xima.fc.interfaces.form with parameters of type FRQSession Modifier and Type Method Description voidIFormRenderContext. setFRQSession(FRQSession frqSession)voidIFormRequestContext. setFRQSession(FRQSession formRequestSession) -
Uses of FRQSession in de.xima.fc.mock
Methods in de.xima.fc.mock that return FRQSession Modifier and Type Method Description FRQSessionMockFrqSessionBuilder. build() -
Uses of FRQSession in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return FRQSession Modifier and Type Method Description static FRQSessionSecurityPac4jHelper. getFrqSession(org.pac4j.core.context.WebContext context) -
Uses of FRQSession in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return FRQSession Modifier and Type Method Description protected FRQSessionAFormDependendServlet. getFormSession(javax.servlet.http.HttpServletRequest req)Methods in de.xima.fc.servlet with parameters of type FRQSession Modifier and Type Method Description protected com.alibaba.fastjson.JSONObjectAFormDependendServlet. createUserDataJSON(UserContext uc, FRQSession frqSession)Deprecated. -
Uses of FRQSession in de.xima.fc.session
Methods in de.xima.fc.session that return FRQSession Modifier and Type Method Description static FRQSessionFRQSessionManager. addSession(XfcSession userSession, String formSessionID)Deprecated.static FRQSessionFRQSessionManager. addSession(javax.servlet.http.HttpSession session, String formSessionID)Deprecated.static FRQSessionFRQSessionManager. addSession(javax.servlet.http.HttpSession session, String formSessionID, Locale locale)static FRQSessionFRQSessionManager. 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 FRQSessionFRQSessionManager. current(javax.servlet.http.HttpServletRequest request)static FRQSessionFRQSessionManager. current(javax.servlet.http.HttpServletRequest request, String formSessionID)static FRQSessionFRQSessionManager. getSession(XfcSession xfcSess, String formSessionID)Deprecated.static FRQSessionFRQSessionManager. getSession(javax.servlet.http.HttpServletRequest request)static FRQSessionFRQSessionManager. getSession(javax.servlet.http.HttpServletRequest request, String formSessionID)static FRQSessionFRQSessionManager. getSession(javax.servlet.http.HttpSession session, String formSessionID)static FRQSessionFRQSessionStore. getSession(javax.servlet.http.HttpServletRequest req)static FRQSessionFRQSessionStateGenerator. getSessionFromStateValue(javax.servlet.http.HttpServletRequest req)static FRQSessionFRQSessionManager. registerFormRequest(javax.servlet.http.HttpServletRequest request)static FRQSessionFRQSessionManager. remove(javax.servlet.http.HttpServletRequest request, String formRequestId)static FRQSessionFRQSessionManager. 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 FRQSessionFRQSessionManager. 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 FRQSessionFRQSessionManager. renewFRID(javax.servlet.http.HttpSession httpSession, FRQSession frqSession)Constructors in de.xima.fc.session with parameters of type FRQSession Constructor Description FRQSessionStore(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 FRQSessionFormAuthContextBuilder. sessionMethods in de.xima.fc.web.common.auth that return FRQSession Modifier and Type Method Description FRQSessionFormAuthContext. getFRQSession()Methods in de.xima.fc.web.common.auth with parameters of type FRQSession Modifier and Type Method Description voidFormAuthContext. setFRQSession(FRQSession frqSession)Constructors in de.xima.fc.web.common.auth with parameters of type FRQSession Constructor Description FRQSessionStore(FRQSession frqSession)Deprecated. -
Uses of FRQSession in de.xima.fc.web.common.request
Methods in de.xima.fc.web.common.request that return FRQSession Modifier and Type Method Description static FRQSessionServletParameterHelper. getFormSession(javax.servlet.http.HttpServletRequest req)Methods in de.xima.fc.web.common.request with parameters of type FRQSession Modifier and Type Method Description static com.alibaba.fastjson.JSONObjectServletParameterHelper. createUserDataJSON(FRQSession frqSession, Mandant client) -
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 StringLocaleUtils. getLanguage(IFormRenderContext renderCtx, FRQSession session)static StringLocaleUtils. getLanguageTag(IFormRenderContext renderCtx, FRQSession session)static LocaleLocaleUtils. getLocale(javax.servlet.http.HttpServletRequest request, FRQSession frqSession)
-