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 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 FRQSessionModifier and TypeMethodDescriptionstatic 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 optionalSessionID) 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) Deprecated.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 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 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 FRQSessionModifier and TypeMethodDescriptionstatic DesignerPreviewSubmitParamsDesignerPreviewSubmitParams.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 TypeMethodDescriptionvoidIFormRenderContext.setFRQSession(FRQSession frqSession) voidIFormRequestContext.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 FRQSessionSecurityPac4jHelper.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 FRQSessionAFormDependendServlet.getFormSession(javax.servlet.http.HttpServletRequest req) Methods in de.xima.fc.servlet with parameters of type FRQSessionModifier and TypeMethodDescriptionprotected com.alibaba.fastjson.JSONObjectAFormDependendServlet.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 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 FRQSessionstatic 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 FRQSessionstatic FRQSessionFRQSessionManager.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 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 - 
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 StringLocaleUtils.getLanguage(IFormRenderContext renderCtx, FRQSession session) static StringLocaleUtils.getLanguageTag(IFormRenderContext renderCtx, FRQSession session) static LocaleLocaleUtils.getLocale(javax.servlet.http.HttpServletRequest request, FRQSession frqSession)  
URLHelper.previewUrlFor(String, String, Projekt, ValueParameters, FormVersion, Vorgang, FRQSession, String)