| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
LegacyCommunicationManager |
VaadinSession.getCommunicationManager()
Deprecated.
As of 7.0. Will likely change or be removed in a future
version
|
| Modifier and Type | Method and Description |
|---|---|
void |
VaadinSession.setCommunicationManager(LegacyCommunicationManager communicationManager) |
| Constructor and Description |
|---|
JsonPaintTarget(LegacyCommunicationManager manager,
Writer outWriter,
boolean cachingRequired)
Creates a new JsonPaintTarget.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Dependency> |
Dependency.findDependencies(List<Class<? extends ClientConnector>> connectorTypes,
LegacyCommunicationManager manager)
Finds all the URLs defined for the given classes, registers the URLs to
the communication manager and returns the registered dependencies.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.