Modifier and Type | Method and 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,
FRQSession frqsession) |
Modifier and Type | Method and Description |
---|---|
FRQSession |
FormRenderContext.getFRQSession() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setFRQSession(FRQSession frqSession) |
Constructor and Description |
---|
XFormValidator(IXForm form,
IXFormRenderConfig config,
Map<String,List<org.apache.commons.fileupload.FileItem>> uploadsMap,
Map<String,List<String[]>> valuesMap,
FRQSession frqSession) |
Modifier and Type | Field and Description |
---|---|
protected FRQSession |
FormRequestContext.frqSession |
Modifier and Type | Method and Description |
---|---|
FRQSession |
FormRequestContext.getFRQSession() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setFRQSession(FRQSession frqSession) |
Modifier and Type | Method and Description |
---|---|
FRQSession |
IFormAuthContext.getFRQSession()
Get the current form request session to authenticate with
|
Modifier and Type | Method and Description |
---|---|
FRQSession |
IFormRenderContext.getFRQSession() |
FRQSession |
IFormRequestContext.getFRQSession() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setFRQSession(FRQSession frqSession) |
void |
IFormRequestContext.setFRQSession(FRQSession formRequestSession) |
Modifier and Type | Method and Description |
---|---|
protected FRQSession |
AFormDependendServlet.getFormSession(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
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.addSession(XfcSession userSession,
String formSessionID)
Deprecated.
|
static FRQSession |
FRQSessionManager.copySession(javax.servlet.http.HttpSession session,
FRQSession oldSession)
Deprecated.
use
FRQSessionManager.renewFRID(HttpSession, FRQSession) to change the id of the current session or create a new
session by yourself |
static FRQSession |
FRQSessionManager.current(javax.servlet.http.HttpServletRequest request) |
static FRQSession |
FRQSessionManager.current(javax.servlet.http.HttpServletRequest request,
String formSessionID) |
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.getSession(XfcSession xfcSess,
String formSessionID)
Deprecated.
|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static FRQSession |
FRQSessionManager.copySession(javax.servlet.http.HttpSession session,
FRQSession oldSession)
Deprecated.
use
FRQSessionManager.renewFRID(HttpSession, FRQSession) to change the id of the current session or create a new
session by yourself |
static FRQSession |
FRQSessionManager.renewFRID(javax.servlet.http.HttpSession httpSession,
FRQSession frqSession) |
Modifier and Type | Field and Description |
---|---|
protected FRQSession |
FormAuthContextBuilder.session |
Modifier and Type | Method and Description |
---|---|
FRQSession |
FormAuthContext.getFRQSession() |
Modifier and Type | Method and Description |
---|---|
void |
FormAuthContext.setFRQSession(FRQSession frqSession) |
Constructor and Description |
---|
FRQSessionStore(FRQSession frqSession) |
Modifier and Type | Method and 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) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.