com.vaadin.shared
Class ApplicationConstants

java.lang.Object
  extended by com.vaadin.shared.ApplicationConstants
All Implemented Interfaces:
java.io.Serializable

public class ApplicationConstants
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String APP_PATH
           
static java.lang.String APP_PROTOCOL_PREFIX
           
static java.lang.String CLIENT_TO_SERVER_ID
          The name of the parameter used to transmit the id of the client to server messages.
static java.lang.String CSRF_TOKEN
          The name of the parameter used to transmit the CSRF token
static java.lang.String CSRF_TOKEN_DEFAULT_VALUE
          Default value to use in case the security protection is disabled.
static java.lang.String CSRF_TOKEN_PARAMETER
          Name of the parameter used to transmit the CSRF token.
static java.lang.String DRAG_AND_DROP_CONNECTOR_ID
          Deprecated. 
static java.lang.String FONTICON_PROTOCOL_PREFIX
           
static java.lang.String GENERATED_BODY_CLASSNAME
           
static java.lang.String HEARTBEAT_PATH
           
static java.lang.String PUBLISHED_FILE_PATH
           
static java.lang.String PUBLISHED_PROTOCOL_NAME
           
static java.lang.String PUBLISHED_PROTOCOL_PREFIX
           
static java.lang.String PUSH_PATH
           
static java.lang.String RESYNCHRONIZE_ID
          The name of the parameter used for re-synchronizing.
static java.lang.String RPC_INVOCATIONS
          The name of the parameter used to transmit RPC invocations
static java.lang.String SERVER_SYNC_ID
          The name of the parameter used to transmit the sync id.
static java.lang.String SERVICE_URL
           
static java.lang.String SERVICE_URL_PARAMETER_NAME
           
static java.lang.String THEME_PROTOCOL_PREFIX
          Prefix used for theme resource URLs
static java.lang.String UIDL_PATH
           
static java.lang.String UIDL_SECURITY_TOKEN_ID
           
static java.lang.String UPDATE_VARIABLE_INTERFACE
          Deprecated. 
static java.lang.String UPDATE_VARIABLE_METHOD
          Deprecated. 
static java.lang.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 java.lang.String V_RESOURCE_PATH
           
static java.lang.String VAADIN_BOOTSTRAP_JS
          The name of the javascript containing the bootstrap code.
static java.lang.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 java.lang.String VAADIN_PROTOCOL_PREFIX
           
static java.lang.String VAADIN_PUSH_DEBUG_JS
          The name of the debug version of the javascript containing push support.
static java.lang.String VAADIN_PUSH_JS
          The name of the javascript containing push support.
static java.lang.String WIDGETSET_VERSION_ID
          The name of the parameter used for sending the widget set version to the server
 
Constructor Summary
ApplicationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATED_BODY_CLASSNAME

public static final java.lang.String GENERATED_BODY_CLASSNAME
See Also:
Constant Field Values

APP_PATH

public static final java.lang.String APP_PATH
See Also:
Constant Field Values

UIDL_PATH

public static final java.lang.String UIDL_PATH
See Also:
Constant Field Values

HEARTBEAT_PATH

public static final java.lang.String HEARTBEAT_PATH
See Also:
Constant Field Values

PUSH_PATH

public static final java.lang.String PUSH_PATH
See Also:
Constant Field Values

PUBLISHED_FILE_PATH

public static final java.lang.String PUBLISHED_FILE_PATH
See Also:
Constant Field Values

APP_PROTOCOL_PREFIX

public static final java.lang.String APP_PROTOCOL_PREFIX
See Also:
Constant Field Values

VAADIN_PROTOCOL_PREFIX

public static final java.lang.String VAADIN_PROTOCOL_PREFIX
See Also:
Constant Field Values

FONTICON_PROTOCOL_PREFIX

public static final java.lang.String FONTICON_PROTOCOL_PREFIX
See Also:
Constant Field Values

PUBLISHED_PROTOCOL_NAME

public static final java.lang.String PUBLISHED_PROTOCOL_NAME
See Also:
Constant Field Values

PUBLISHED_PROTOCOL_PREFIX

public static final java.lang.String PUBLISHED_PROTOCOL_PREFIX
See Also:
Constant Field Values

THEME_PROTOCOL_PREFIX

public static final java.lang.String THEME_PROTOCOL_PREFIX
Prefix used for theme resource URLs

Since:
7.5.0
See Also:
com.vaadin.server.ThemeResource, Constant Field Values

UIDL_SECURITY_TOKEN_ID

public static final java.lang.String UIDL_SECURITY_TOKEN_ID
See Also:
Constant Field Values

UPDATE_VARIABLE_INTERFACE

@Deprecated
public static final java.lang.String UPDATE_VARIABLE_INTERFACE
Deprecated. 
See Also:
Constant Field Values

UPDATE_VARIABLE_METHOD

@Deprecated
public static final java.lang.String UPDATE_VARIABLE_METHOD
Deprecated. 
See Also:
Constant Field Values

SERVICE_URL

public static final java.lang.String SERVICE_URL
See Also:
Constant Field Values

SERVICE_URL_PARAMETER_NAME

public static final java.lang.String SERVICE_URL_PARAMETER_NAME
See Also:
Constant Field Values

V_RESOURCE_PATH

public static final java.lang.String V_RESOURCE_PATH
See Also:
Constant Field Values

DRAG_AND_DROP_CONNECTOR_ID

@Deprecated
public static final java.lang.String DRAG_AND_DROP_CONNECTOR_ID
Deprecated. 
See Also:
Constant Field Values

URL_PARAMETER_REPAINT_ALL

public static final java.lang.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. without any incremental changes.

See Also:
Constant Field Values

VAADIN_DIR_URL

public static final java.lang.String VAADIN_DIR_URL
Configuration parameter giving the (in some cases relative) URL to the VAADIN folder from where themes and widgetsets are loaded.

Refactor warning: This value is also hardcoded in vaadinBootstrap.js.

See Also:
Constant Field Values

VAADIN_BOOTSTRAP_JS

public static final java.lang.String VAADIN_BOOTSTRAP_JS
The name of the javascript containing the bootstrap code. The file is located in the VAADIN directory.

Since:
7.3
See Also:
Constant Field Values

VAADIN_PUSH_JS

public static final java.lang.String VAADIN_PUSH_JS
The name of the javascript containing push support. The file is located in the VAADIN directory.

See Also:
Constant Field Values

VAADIN_PUSH_DEBUG_JS

public static final java.lang.String VAADIN_PUSH_DEBUG_JS
The name of the debug version of the javascript containing push support. The file is located in the VAADIN directory.

Since:
7.1.6
See Also:
Constant Field Values

CSRF_TOKEN_PARAMETER

public static final java.lang.String CSRF_TOKEN_PARAMETER
Name of the parameter used to transmit the CSRF token.

See Also:
Constant Field Values

RPC_INVOCATIONS

public static final java.lang.String RPC_INVOCATIONS
The name of the parameter used to transmit RPC invocations

Since:
7.2
See Also:
Constant Field Values

CSRF_TOKEN

public static final java.lang.String CSRF_TOKEN
The name of the parameter used to transmit the CSRF token

Since:
7.2
See Also:
Constant Field Values

SERVER_SYNC_ID

public static final java.lang.String SERVER_SYNC_ID
The name of the parameter used to transmit the sync id. The value can be set to -1 e.g. when testing with pre-recorded requests to make the framework ignore the sync id.

Since:
7.2
See Also:
com.vaadin.ui.ConnectorTracker#getCurrentSyncId(), Constant Field Values

CLIENT_TO_SERVER_ID

public static final java.lang.String CLIENT_TO_SERVER_ID
The name of the parameter used to transmit the id of the client to server messages.

Since:
7.6
See Also:
Constant Field Values

CSRF_TOKEN_DEFAULT_VALUE

public static final java.lang.String CSRF_TOKEN_DEFAULT_VALUE
Default value to use in case the security protection is disabled.

See Also:
Constant Field Values

RESYNCHRONIZE_ID

public static final java.lang.String RESYNCHRONIZE_ID
The name of the parameter used for re-synchronizing.

See Also:
Constant Field Values

WIDGETSET_VERSION_ID

public static final java.lang.String WIDGETSET_VERSION_ID
The name of the parameter used for sending the widget set version to the server

Since:
7.6
See Also:
Constant Field Values
Constructor Detail

ApplicationConstants

public ApplicationConstants()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.