| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.bootstrap | |
| com.vaadin.client.communication |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMap.getValueMap(String name)
Gets the value with the given key as a map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationConnection.start(ValueMap initialUidl)
Starts this application.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
JsoConfiguration.getConfigValueMap(String name)
Reads a configuration parameter as a
ValueMap. |
ValueMap |
JsoConfiguration.getUIDL()
Gets the initial UIDL from the bootstrap page.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueMap |
MessageHandler.parseJson(String jsonText)
Unwraps and parses the given JSON, originating from the server.
|
static ValueMap |
MessageHandler.parseWrappedJson(String wrappedJsonText)
Parse the given wrapped JSON, received from the server, to a ValueMap.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageHandler.handleJSON(ValueMap valueMap) |
void |
MessageHandler.handleMessage(ValueMap json)
Handles a received UIDL JSON text, parsing it, and passing it on to the
appropriate handlers, while logging timing information.
|
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.