com.vaadin.server
Class CommunicationManager

java.lang.Object
  extended by com.vaadin.server.AbstractCommunicationManager
      extended by com.vaadin.server.CommunicationManager
All Implemented Interfaces:
java.io.Serializable

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public class CommunicationManager
extends AbstractCommunicationManager

Application manager processes changes and paints for single application instance. This class handles applications running as servlets.

Since:
5.0
Author:
Vaadin Ltd.
See Also:
AbstractCommunicationManager, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.server.AbstractCommunicationManager
AbstractCommunicationManager.Callback, AbstractCommunicationManager.ErrorHandlerErrorEvent, AbstractCommunicationManager.InvalidUIDLSecurityKeyException, AbstractCommunicationManager.SimpleMultiPartInputStream
 
Field Summary
 
Fields inherited from class com.vaadin.server.AbstractCommunicationManager
VAR_BURST_SEPARATOR, VAR_ESCAPE_CHARACTER
 
Constructor Summary
CommunicationManager(VaadinServiceSession session)
          Deprecated. TODO New constructor - document me!
 
Method Summary
protected  BootstrapHandler createBootstrapHandler()
          Deprecated.  
protected  java.io.InputStream getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
          Deprecated.  
 
Methods inherited from class com.vaadin.server.AbstractCommunicationManager
changeVariables, cleanStreamVariable, closeJsonMessage, doHandleSimpleMultipartFileUpload, doHandleXhrFilePost, encodeState, getConnector, getInitialUIDL, getRequestPayload, getSecurityKey, getSecurityKeyUIDL, getSession, getStreamVariable, getStreamVariableTargetUrl, handleBrowserDetailsRequest, handleBurst, handleFileUpload, handleHeartbeatRequest, handleOtherRequest, handleUidlRequest, highlightConnector, isVisible, isXSRFEnabled, openJsonMessage, postPaint, printHighlightedComponentHierarchy, requireLocale, sendUploadResponse, serveConnectorResource, streamToReceiver, unescapeBurst, writeUidlResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationManager

public CommunicationManager(VaadinServiceSession session)
Deprecated. 
TODO New constructor - document me!

Parameters:
session -
Method Detail

createBootstrapHandler

protected BootstrapHandler createBootstrapHandler()
Deprecated. 
Specified by:
createBootstrapHandler in class AbstractCommunicationManager
Returns:

getThemeResourceAsStream

protected java.io.InputStream getThemeResourceAsStream(UI uI,
                                                       java.lang.String themeName,
                                                       java.lang.String resource)
Deprecated. 
Specified by:
getThemeResourceAsStream in class AbstractCommunicationManager


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