com.vaadin.shared
Class ApplicationConstants
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
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
UIDL_SECURITY_TOKEN_ID
public static final java.lang.String UIDL_SECURITY_TOKEN_ID
- See Also:
- Constant Field Values
PARAM_UNLOADBURST
public static final java.lang.String PARAM_UNLOADBURST
- See Also:
- Constant Field Values
PARAM_ANALYZE_LAYOUTS
public static final java.lang.String PARAM_ANALYZE_LAYOUTS
- See Also:
- Constant Field Values
PARAM_HIGHLIGHT_CONNECTOR
public static final java.lang.String PARAM_HIGHLIGHT_CONNECTOR
- 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_PATH_AS_PARAMETER
public static final java.lang.String SERVICE_URL_PATH_AS_PARAMETER
- 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
ApplicationConstants
public ApplicationConstants()
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.