Uses of Class
com.vaadin.server.LegacyCommunicationManager
-
Packages that use LegacyCommunicationManager Package Description com.vaadin.server com.vaadin.ui -
-
Uses of LegacyCommunicationManager in com.vaadin.server
Methods in com.vaadin.server that return LegacyCommunicationManager Modifier and Type Method Description LegacyCommunicationManager
VaadinSession. getCommunicationManager()
Deprecated.As of 7.0.Methods in com.vaadin.server with parameters of type LegacyCommunicationManager Modifier and Type Method Description void
VaadinSession. setCommunicationManager(LegacyCommunicationManager communicationManager)
Constructors in com.vaadin.server with parameters of type LegacyCommunicationManager Constructor Description JsonPaintTarget(LegacyCommunicationManager manager, Writer outWriter, boolean cachingRequired)
Creates a new JsonPaintTarget. -
Uses of LegacyCommunicationManager in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type LegacyCommunicationManager Modifier and Type Method 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.
-