Package com.avoka.fc.common
Interface Params
public interface Params
Defines parameters shared between the FC projects.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A flag for disabling autosave.static final String
The unique client code identifier.static final String
The client id.static final String
The client name.static final String
static final String
The form template device type.static final String
static final String
static final String
The Entity ID parameter.static final String
The external account ID.static final String
The Web Plug-in external account ID.static final String
The form version numberstatic final String
The unique form code identifier.static final String
The unique form OID.static final String
The form status.static final String
The header used by the FCIC to communicate the environment namestatic final String
static final String
static final String
The The Web Plug-in form JSON prefill data.static final String
The message key that is passed across for certain errorsstatic final String
static final String
static final String
static final String
The payment log.static final String
static final String
static final String
static final String
static final String
The submission reference/receipt number.static final String
static final String
The render mode to be used when rendering forms and receiptsstatic final String
A specific render mode indicating the form or receipt should be streamed back to the browser as a file rather than inlinestatic final String
The form render servlet.static final String
static final String
static final String
The form request save challenge parameter.static final String
The form schema seed.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The form XML pre-population data.static final String
The form XML pre-population data which has been URL encoded.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
This will be used as the prefix for the actual session attribute for a specific form holding the version that was selected for rendering.static final String
-
Field Details
-
REQUEST_AUTO_SAVE_DISABLED
A flag for disabling autosave.- See Also:
-
REQUEST_CLIENT_CODE
The unique client code identifier.- See Also:
-
REQUEST_CLIENT_NAME
The client name.- See Also:
-
REQUEST_CLIENT_ID
The client id.- See Also:
-
REQUEST_DEVICE_TYPE
The form template device type.- See Also:
-
REQUEST_EntityId
The Entity ID parameter.- See Also:
-
REQUEST_ExternalId
The external account ID.- See Also:
-
REQUEST_ExternalUserId
The Web Plug-in external account ID.- See Also:
-
REQUEST_FormId
The unique form OID.- See Also:
-
REQUEST_FormCode
The unique form code identifier.- See Also:
-
REQUEST_FormStatus
The form status.- See Also:
-
REQUEST_FORM_VERSION
The form version number- See Also:
-
REQUEST_PaymentLog
The payment log.- See Also:
-
REQUEST_XmlData
The form XML pre-population data.- See Also:
-
REQUEST_JsonPrefillData
The The Web Plug-in form JSON prefill data.- See Also:
-
REQUEST_XmlDataEncoded
The form XML pre-population data which has been URL encoded.- See Also:
-
REQUEST_ReferenceNumber
The submission reference/receipt number.- See Also:
-
REQUEST_RenderServlet
The form render servlet.- See Also:
-
REQUEST_SaveChallenge
The form request save challenge parameter.- See Also:
-
REQUEST_SchemaSeed
The form schema seed.- See Also:
-
REQUEST_HelpText
- See Also:
-
REQUEST_MESSAGE_KEY
The message key that is passed across for certain errors- See Also:
-
REQUEST_NoUserAccountPrefill
- See Also:
-
REQUEST_Parent
- See Also:
-
REQUEST_ParentId
- See Also:
-
REQUEST_Redirect
- See Also:
-
REQUEST_RedirectTarget
- See Also:
-
REQUEST_ReturnToForm
- See Also:
-
REQUEST_HostContext
- See Also:
-
REQUEST_Embed
- See Also:
-
REQUEST_RenderMode
The render mode to be used when rendering forms and receipts- See Also:
-
REQUEST_RenderHtml
- See Also:
-
REQUEST_Preview
- See Also:
-
REQUEST_RenderMode_File
A specific render mode indicating the form or receipt should be streamed back to the browser as a file rather than inline- See Also:
-
REQUEST_ClientKey
- See Also:
-
REQUEST_EmailKey
- See Also:
-
REQUEST_PaymentLogKey
- See Also:
-
REQUEST_RequestKey
- See Also:
-
REQUEST_submissionData
- See Also:
-
REQUEST_SubmissionDataXml
- See Also:
-
REQUEST_submissionRetryRequestLogKey
- See Also:
-
REQUEST_SubmitKey
- See Also:
-
REQUEST_TaskKey
- See Also:
-
REQUEST_TrackingCode
- See Also:
-
REQUEST_useCurrentVersion
- See Also:
-
REQUEST_UserKey
- See Also:
-
REQUEST_validationErrors
- See Also:
-
REQUEST_VERIFICATION_KEY
- See Also:
-
REQUEST_HEADER_ENVIRONMENTNAME
The header used by the FCIC to communicate the environment name- See Also:
-
SESSION_AccountLocked
- See Also:
-
SESSION_Flash
- See Also:
-
SESSION_FormCode
- See Also:
-
SESSION_FormName
- See Also:
-
SESSION_FormRequestParams
- See Also:
-
SESSION_FormTermsAccepted
- See Also:
-
SESSION_2FASetupProcessed
- See Also:
-
SESSION_Redirect
- See Also:
-
SESSION_ReferringUrl
- See Also:
-
SESSION_SELECTED_FORM_VERSION_PREFIX
This will be used as the prefix for the actual session attribute for a specific form holding the version that was selected for rendering. The actual attribute name is this prefix + the form code (exact implementation inFormService.getSelectedFormVersionAttributeName(com.avoka.fc.core.entity.Form)
-
SESSION_submissionFailureData
- See Also:
-