Package de.xima.fc
Class CmnConst.RenderParams
- java.lang.Object
-
- de.xima.fc.CmnConst.RenderParams
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILTER_AUTHENTICATORSRender parameter that filters the authenticators available for form login.static StringFORCE_FULLY_INLINE_INCLUDESstatic StringFORCE_INLINE_INCLUDESstatic StringFORM_CONTAINER_IDstatic StringFORM_ONLYstatic StringKEEPALIVEstatic StringLANGstatic StringLOGIN_FALLBACKstatic StringLOGIN_USE_REDIRECTstatic StringPARAMNAME_FORM_DEBUGTOOLSstatic StringPARAMNAME_FORM_MANDANTstatic StringPARAMNAME_FORM_PASSWORDstatic StringPARAMNAME_FORM_STATUSstatic StringPARAMNAME_FORM_USERGROUPstatic StringPARAMNAME_FORM_USERNAMEstatic StringPREFIXstatic StringTHEMEstatic StringUSE_BOOSSTRAPDeprecated.static StringUSE_CSSDeprecated.The name implies that all CSS files are disabled, but this is not the case.static StringUSE_JQUERYstatic StringUSE_JQUERYUIstatic StringUSE_RESPONSE_JSWhether to include response.js (http://responsejs.com/).
-
Constructor Summary
Constructors Constructor Description RenderParams()
-
-
-
Field Detail
-
LANG
public static final String LANG
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
USE_JQUERYUI
public static final String USE_JQUERYUI
- See Also:
- Constant Field Values
-
USE_JQUERY
public static final String USE_JQUERY
- See Also:
- Constant Field Values
-
USE_RESPONSE_JS
public static final String USE_RESPONSE_JS
Whether to include response.js (http://responsejs.com/). Stands for use-Breakpoint-Sets.- See Also:
- Constant Field Values
-
USE_BOOSSTRAP
@Deprecated public static final String USE_BOOSSTRAP
Deprecated.- See Also:
- Constant Field Values
-
USE_CSS
@Deprecated public static final String USE_CSS
Deprecated.The name implies that all CSS files are disabled, but this is not the case. In fact, most CSS files from various sources (plugins, form files, themes etc.) were and still are included, even when this option is set. Use e.g.THEMEto use a specific form theme, orUSE_JQUERYUIto disable JQuery UI.URL query parameter form web forms that disables certain CSS files.- See Also:
- Constant Field Values
-
FORCE_INLINE_INCLUDES
public static final String FORCE_INLINE_INCLUDES
- See Also:
- Constant Field Values
-
FORCE_FULLY_INLINE_INCLUDES
public static final String FORCE_FULLY_INLINE_INCLUDES
- See Also:
- Constant Field Values
-
FORM_ONLY
public static final String FORM_ONLY
- See Also:
- Constant Field Values
-
KEEPALIVE
public static final String KEEPALIVE
- See Also:
- Constant Field Values
-
THEME
public static final String THEME
- See Also:
- Constant Field Values
-
FILTER_AUTHENTICATORS
public static final String FILTER_AUTHENTICATORS
Render parameter that filters the authenticators available for form login. If this parameter is present in form provide URLs, the user will be redirected to the external IDP id if the resulting client list is single filtered indirect client.- See Also:
- Constant Field Values
-
LOGIN_FALLBACK
public static final String LOGIN_FALLBACK
- See Also:
- Constant Field Values
-
LOGIN_USE_REDIRECT
public static final String LOGIN_USE_REDIRECT
- See Also:
- Constant Field Values
-
FORM_CONTAINER_ID
public static final String FORM_CONTAINER_ID
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_USERNAME
public static final String PARAMNAME_FORM_USERNAME
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_PASSWORD
public static final String PARAMNAME_FORM_PASSWORD
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_MANDANT
public static final String PARAMNAME_FORM_MANDANT
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_STATUS
public static final String PARAMNAME_FORM_STATUS
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_USERGROUP
public static final String PARAMNAME_FORM_USERGROUP
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_DEBUGTOOLS
public static final String PARAMNAME_FORM_DEBUGTOOLS
- See Also:
- Constant Field Values
-
-