Package de.xima.fc
Class CmnConst.RenderParams
- java.lang.Object
-
- de.xima.fc.CmnConst.RenderParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
FILTER_AUTHENTICATORS
Render parameter that filters the authenticators available for form login.static String
FORCE_INLINE_INCLUDES
static String
FORM_CONTAINER_ID
static String
FORM_ONLY
static String
KEEPALIVE
static String
LANG
static String
LOGIN_FALLBACK
static String
LOGIN_USE_REDIRECT
static String
PARAMNAME_FORM_DEBUGTOOLS
static String
PARAMNAME_FORM_MANDANT
static String
PARAMNAME_FORM_PASSWORD
static String
PARAMNAME_FORM_STATUS
static String
PARAMNAME_FORM_USERGROUP
static String
PARAMNAME_FORM_USERNAME
static String
PREFIX
static String
THEME
static String
USE_BOOSSTRAP
Deprecated.static String
USE_CSS
static String
USE_JQUERY
static String
USE_JQUERYUI
static String
USE_RESPONSE_JS
Whether 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
public static final String USE_CSS
- See Also:
- Constant Field Values
-
FORCE_INLINE_INCLUDES
public static final String FORCE_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
-
-