Uses of Class
com.vaadin.server.LegacyCommunicationManager

Packages that use LegacyCommunicationManager
com.vaadin.server   
 

Uses of LegacyCommunicationManager in com.vaadin.server
 

Methods in com.vaadin.server that return LegacyCommunicationManager
 LegacyCommunicationManager VaadinSession.getCommunicationManager()
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 

Methods in com.vaadin.server with parameters of type LegacyCommunicationManager
 void VaadinSession.setCommunicationManager(LegacyCommunicationManager communicationManager)
           
 

Constructors in com.vaadin.server with parameters of type LegacyCommunicationManager
JsonPaintTarget(LegacyCommunicationManager manager, java.io.Writer outWriter, boolean cachingRequired)
          Creates a new JsonPaintTarget.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.