com.vaadin.flow.server.
Class Constants
- java.lang.Object
-
- com.vaadin.flow.server.Constants
-
All Implemented Interfaces:
public final class Constants extends Object implements Serializable
Constants used by the server side framework.
See Also:
-
-
Field Summary
Fields Modifier and Type Field and Description static String
DISABLE_WEBJARS
Configuration name for the parameter that determines if Flow should use webJars or not.
static String
FRONTEND_URL_DEV_DEFAULT
Default frontend URL prefix for development.
static String
FRONTEND_URL_ES5
Configuration name for the frontend URL prefix for ES5.
static String
FRONTEND_URL_ES5_DEFAULT_VALUE
Default frontend URL prefix for ES.
static String
FRONTEND_URL_ES6
Configuration name for the frontend URL prefix for ES6.
static String
FRONTEND_URL_ES6_DEFAULT_VALUE
Default frontend URL prefix for ES6.
static String
I18N_PROVIDER
I18N provider property.
static String
LOAD_ES5_ADAPTERS
Configuration name for loading the ES5 adapters.
static String
REQUIRED_ATMOSPHERE_RUNTIME_VERSION
static String
SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
static String
SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
static String
SERVLET_PARAMETER_HEARTBEAT_INTERVAL
static String
SERVLET_PARAMETER_PRODUCTION_MODE
static String
SERVLET_PARAMETER_PUSH_MODE
static String
SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
static String
SERVLET_PARAMETER_PUSH_URL
static String
SERVLET_PARAMETER_REQUEST_TIMING
static String
SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
static String
SERVLET_PARAMETER_SYNC_ID_CHECK
static String
USE_ORIGINAL_FRONTEND_RESOURCES
Configuration name for the parameter that determines if Flow should use bundled fragments or not.
-
-
-
Field Detail
-
REQUIRED_ATMOSPHERE_RUNTIME_VERSION
public static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION
See Also:
-
SERVLET_PARAMETER_PRODUCTION_MODE
public static final String SERVLET_PARAMETER_PRODUCTION_MODE
See Also:
-
SERVLET_PARAMETER_REQUEST_TIMING
public static final String SERVLET_PARAMETER_REQUEST_TIMING
See Also:
-
SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
public static final String SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION
See Also:
-
SERVLET_PARAMETER_HEARTBEAT_INTERVAL
public static final String SERVLET_PARAMETER_HEARTBEAT_INTERVAL
See Also:
-
SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
public static final String SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS
See Also:
-
SERVLET_PARAMETER_PUSH_MODE
public static final String SERVLET_PARAMETER_PUSH_MODE
See Also:
-
SERVLET_PARAMETER_PUSH_URL
public static final String SERVLET_PARAMETER_PUSH_URL
See Also:
-
SERVLET_PARAMETER_SYNC_ID_CHECK
public static final String SERVLET_PARAMETER_SYNC_ID_CHECK
See Also:
-
SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
public static final String SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS
See Also:
-
SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
public static final String SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING
See Also:
-
LOAD_ES5_ADAPTERS
public static final String LOAD_ES5_ADAPTERS
Configuration name for loading the ES5 adapters.
See Also:
-
FRONTEND_URL_ES6
public static final String FRONTEND_URL_ES6
Configuration name for the frontend URL prefix for ES6.
See Also:
-
FRONTEND_URL_ES5
public static final String FRONTEND_URL_ES5
Configuration name for the frontend URL prefix for ES5.
See Also:
-
FRONTEND_URL_ES6_DEFAULT_VALUE
public static final String FRONTEND_URL_ES6_DEFAULT_VALUE
Default frontend URL prefix for ES6.
See Also:
-
FRONTEND_URL_ES5_DEFAULT_VALUE
public static final String FRONTEND_URL_ES5_DEFAULT_VALUE
Default frontend URL prefix for ES.
See Also:
-
FRONTEND_URL_DEV_DEFAULT
public static final String FRONTEND_URL_DEV_DEFAULT
Default frontend URL prefix for development.
See Also:
-
DISABLE_WEBJARS
public static final String DISABLE_WEBJARS
Configuration name for the parameter that determines if Flow should use webJars or not.
See Also:
-
USE_ORIGINAL_FRONTEND_RESOURCES
public static final String USE_ORIGINAL_FRONTEND_RESOURCES
Configuration name for the parameter that determines if Flow should use bundled fragments or not.
See Also:
-
I18N_PROVIDER
public static final String I18N_PROVIDER
I18N provider property.
See Also:
-
-