| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectorIdGenerator |
VaadinService.initConnectorIdGenerator(List<ConnectorIdGenerator> addedConnectorIdGenerators)
Determines the connector id generator to use for the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorIdGenerator> |
ServiceInitEvent.getAddedConnectorIdGenerators()
Gets an unmodifiable list of all connector id generators that have been
added for the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInitEvent.addConnectorIdGenerator(ConnectorIdGenerator connectorIdGenerator)
Adds as connector id generator to be used by this service.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectorIdGenerator |
VaadinService.initConnectorIdGenerator(List<ConnectorIdGenerator> addedConnectorIdGenerators)
Determines the connector id generator to use for the application.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.