com.vaadin.server
Class PortletCommunicationManager

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

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public class PortletCommunicationManager
extends AbstractCommunicationManager

TODO document me!

Author:
peholmst
See Also:
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
PortletCommunicationManager(VaadinServiceSession session)
          Deprecated.  
 
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, printHighlightedConnectorHierarchy, requireLocale, sendUploadResponse, serveDependencyResource, streamToReceiver, unescapeBurst, writeUidlResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletCommunicationManager

public PortletCommunicationManager(VaadinServiceSession session)
Deprecated. 
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.