public class ApplicationConstants extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
APP_PATH |
static String |
APP_PROTOCOL_PREFIX |
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 |
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 |
CSRF_TOKEN_PARAMETER
Name of the parameter used to transmit the CSRF token.
|
static String |
DRAG_AND_DROP_CONNECTOR_ID
Deprecated.
|
static String |
FONTICON_PROTOCOL_PREFIX |
static String |
GENERATED_BODY_CLASSNAME |
static String |
HEARTBEAT_PATH |
static String |
PUBLISHED_FILE_PATH |
static String |
PUBLISHED_PROTOCOL_NAME |
static String |
PUBLISHED_PROTOCOL_PREFIX |
static String |
PUSH_ID_PARAMETER
Name of the parameter used to transmit the push connection identifier.
|
static String |
PUSH_PATH |
static String |
RESYNCHRONIZE_ID
The name of the parameter used for re-synchronizing.
|
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 |
static String |
SERVICE_URL_PARAMETER_NAME |
static String |
THEME_PROTOCOL_PREFIX
Prefix used for theme resource URLs
|
static String |
UIDL_PATH |
static String |
UIDL_PUSH_ID
Name for push connection identifier.
|
static String |
UIDL_SECURITY_TOKEN_ID |
static String |
UPDATE_VARIABLE_INTERFACE
Deprecated.
|
static String |
UPDATE_VARIABLE_METHOD
Deprecated.
|
static String |
URL_PARAMETER_REPAINT_ALL
URL parameter used in UIDL requests to indicate that the full server-side
state should be returned to the client, i.e.
|
static String |
V_RESOURCE_PATH |
static String |
VAADIN_BOOTSTRAP_JS
The name of the javascript containing the bootstrap code.
|
static String |
VAADIN_DIR_URL
Configuration parameter giving the (in some cases relative) URL to the
VAADIN folder from where themes and widgetsets are loaded.
|
static String |
VAADIN_PROTOCOL_PREFIX |
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 |
WIDGETSET_VERSION_ID
The name of the parameter used for sending the widget set version to the
server
|
Constructor and Description |
---|
ApplicationConstants() |
public static final String GENERATED_BODY_CLASSNAME
public static final String APP_PATH
public static final String UIDL_PATH
public static final String HEARTBEAT_PATH
public static final String PUSH_PATH
public static final String PUBLISHED_FILE_PATH
public static final String APP_PROTOCOL_PREFIX
public static final String VAADIN_PROTOCOL_PREFIX
public static final String FONTICON_PROTOCOL_PREFIX
public static final String PUBLISHED_PROTOCOL_NAME
public static final String PUBLISHED_PROTOCOL_PREFIX
public static final String THEME_PROTOCOL_PREFIX
ThemeResource
,
Constant Field Valuespublic static final String UIDL_SECURITY_TOKEN_ID
public static final String UIDL_PUSH_ID
@Deprecated public static final String UPDATE_VARIABLE_INTERFACE
@Deprecated public static final String UPDATE_VARIABLE_METHOD
public static final String SERVICE_URL
public static final String SERVICE_URL_PARAMETER_NAME
public static final String V_RESOURCE_PATH
@Deprecated public static final String DRAG_AND_DROP_CONNECTOR_ID
public static final String URL_PARAMETER_REPAINT_ALL
public static final String VAADIN_DIR_URL
Refactor warning: This value is also hardcoded in vaadinBootstrap.js.
public static final String VAADIN_BOOTSTRAP_JS
public static final String VAADIN_PUSH_JS
public static final String VAADIN_PUSH_DEBUG_JS
public static final String CSRF_TOKEN_PARAMETER
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
ConnectorTracker.getCurrentSyncId()
,
Constant Field Valuespublic 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 WIDGETSET_VERSION_ID
public static final String CONTENT_TYPE_TEXT_HTML_UTF_8
Copyright © 2019 Vaadin Ltd. All rights reserved.