public class ApplicationConstants extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
APP_WC_MODE
Whether the application is run in as a exported Web Component.
|
static String |
BASE_PROTOCOL_PREFIX
Protocol used for referencing resources relative the base URI of the
loaded page.
|
static String |
CLIENT_ENGINE_PATH
Path to the Vaadin client engine folder, relative to the context root.
|
static String |
CLIENT_TO_SERVER_ID
The name of the parameter used to transmit the id of the client to server
messages.
|
static String |
CONTENT_TYPE_TEXT_HTML_UTF_8
Content type to use for text/html responses (should always be UTF-8).
|
static String |
CONTENT_TYPE_TEXT_JAVASCRIPT_UTF_8
Content type to use for text/javascript responses (should always be
UTF-8).
|
static String |
CONTEXT_PROTOCOL_PREFIX
Protocol used for referencing the application context path.
|
static String |
CONTEXT_ROOT_URL
Configuration parameter giving the (in some cases relative) URL to the
web application context root.
|
static String |
CSRF_TOKEN
The name of the parameter used to transmit the CSRF token.
|
static String |
CSRF_TOKEN_DEFAULT_VALUE
Default value to use in case the security protection is disabled.
|
static String |
DEVMODE_GIZMO_ENABLED
Boolean client configuration parameter enabling the development mode
gizmo.
|
static String |
FRONTEND_PROTOCOL_PREFIX
Protocol used for referencing different files based on the browser
capability of interpreting ECMAScript 6.
|
static String |
FRONTEND_URL_ES5
Configuration parameter for the build URL of ES5 web components.
|
static String |
FRONTEND_URL_ES6
Configuration parameter for the build URL of ES6 web components.
|
static String |
LIVE_RELOAD_CONNECTION
Web socket parameter which identifies connection as live reload
connection.
|
static String |
PUSH_ID_PARAMETER
Name of the parameter used to transmit the push connection identifier.
|
static String |
REQUEST_TYPE_HEARTBEAT
Request type parameter value indicating a heartbeat request.
|
static String |
REQUEST_TYPE_PARAMETER
Get parameter used in framework requests to identify the request type.
|
static String |
REQUEST_TYPE_PUSH
Request type parameter value indicating a push request.
|
static String |
REQUEST_TYPE_UIDL
Request type parameter value indicating a UIDL request.
|
static String |
RESYNCHRONIZE_ID
The name of the parameter used for re-synchronizing.
|
static String |
ROUTER_LINK_ATTRIBUTE
Attribute name for marking internal router link anchors.
|
static String |
RPC_INVOCATIONS
The name of the parameter used to transmit RPC invocations.
|
static String |
SERVER_SYNC_ID
The name of the parameter used to transmit the sync id.
|
static String |
SERVICE_URL
The URL which should be used to connect server-side VaadinService.
|
static String |
UI_ID_PARAMETER
Name of the parameter used to transmit UI ids back and forth.
|
static String |
UIDL_PUSH_ID
The identifier used for Push messages.
|
static String |
UIDL_SECURITY_TOKEN_ID
The identifier used for the CSRF token.
|
static String |
VAADIN_PUSH_DEBUG_JS
The name of the debug version of the javascript containing push support.
|
static String |
VAADIN_PUSH_JS
The name of the javascript containing push support.
|
static String |
VAADIN_STATIC_FILES_PATH
The prefix used for all internal static files, relative to context root.
|
Constructor and Description |
---|
ApplicationConstants() |
public static final String CONTEXT_PROTOCOL_PREFIX
public static final String FRONTEND_PROTOCOL_PREFIX
public static final String BASE_PROTOCOL_PREFIX
public static final String UIDL_SECURITY_TOKEN_ID
public static final String UIDL_PUSH_ID
public static final String SERVICE_URL
public static final String APP_WC_MODE
public static final String CONTEXT_ROOT_URL
public static final String VAADIN_STATIC_FILES_PATH
public static final String VAADIN_PUSH_JS
public static final String VAADIN_PUSH_DEBUG_JS
public static final String PUSH_ID_PARAMETER
public static final String RPC_INVOCATIONS
public static final String CSRF_TOKEN
public static final String SERVER_SYNC_ID
public static final String CLIENT_TO_SERVER_ID
public static final String CSRF_TOKEN_DEFAULT_VALUE
public static final String RESYNCHRONIZE_ID
public static final String CONTENT_TYPE_TEXT_HTML_UTF_8
public static final String CONTENT_TYPE_TEXT_JAVASCRIPT_UTF_8
public static final String UI_ID_PARAMETER
public static final String CLIENT_ENGINE_PATH
public static final String REQUEST_TYPE_PARAMETER
public static final String REQUEST_TYPE_UIDL
public static final String REQUEST_TYPE_HEARTBEAT
public static final String REQUEST_TYPE_PUSH
public static final String ROUTER_LINK_ATTRIBUTE
public static final String FRONTEND_URL_ES6
public static final String FRONTEND_URL_ES5
public static final String LIVE_RELOAD_CONNECTION
public static final String DEVMODE_GIZMO_ENABLED
Copyright © 2020. All rights reserved.