| 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,
DependencyFilter.FilterContext context)
Finds all the URLs defined for the given classes, registers the URLs to
the communication manager, passes the registered dependencies through any
defined filters and returns the filtered collection of dependencies to
load.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.