Uses of Interface
com.vaadin.server.ConnectorIdGenerator
-
Packages that use ConnectorIdGenerator Package Description com.vaadin.server -
-
Uses of ConnectorIdGenerator in com.vaadin.server
Methods in com.vaadin.server that return ConnectorIdGenerator Modifier and Type Method Description protected ConnectorIdGenerator
VaadinService. initConnectorIdGenerator(List<ConnectorIdGenerator> addedConnectorIdGenerators)
Determines the connector id generator to use for the application.Methods in com.vaadin.server that return types with arguments of type ConnectorIdGenerator Modifier and Type Method Description List<ConnectorIdGenerator>
ServiceInitEvent. getAddedConnectorIdGenerators()
Gets an unmodifiable list of all connector id generators that have been added for the service.Methods in com.vaadin.server with parameters of type ConnectorIdGenerator Modifier and Type Method Description void
ServiceInitEvent. addConnectorIdGenerator(ConnectorIdGenerator connectorIdGenerator)
Adds as connector id generator to be used by this service.Method parameters in com.vaadin.server with type arguments of type ConnectorIdGenerator Modifier and Type Method Description protected ConnectorIdGenerator
VaadinService. initConnectorIdGenerator(List<ConnectorIdGenerator> addedConnectorIdGenerators)
Determines the connector id generator to use for the application.
-