Package com.vaadin.shared.ui.ui
Class UIState.PushConfigurationState
- java.lang.Object
-
- com.vaadin.shared.ui.ui.UIState.PushConfigurationState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UIState
public static class UIState.PushConfigurationState extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanalwaysUseXhrForServerRequestsstatic StringFALLBACK_TRANSPORT_PARAMPushModemodeMap<String,String>parametersStringpushUrlstatic StringTRANSPORT_PARAM
-
Constructor Summary
Constructors Constructor Description PushConfigurationState()
-
-
-
Field Detail
-
TRANSPORT_PARAM
public static final String TRANSPORT_PARAM
- See Also:
- Constant Field Values
-
FALLBACK_TRANSPORT_PARAM
public static final String FALLBACK_TRANSPORT_PARAM
- See Also:
- Constant Field Values
-
alwaysUseXhrForServerRequests
public boolean alwaysUseXhrForServerRequests
-
mode
public PushMode mode
-
pushUrl
public String pushUrl
-
-