com.vaadin.server
Class LegacyCommunicationManager.ClientCache

java.lang.Object
  extended by com.vaadin.server.LegacyCommunicationManager.ClientCache
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LegacyCommunicationManager

Deprecated. As of 7.1. See #11410.

@Deprecated
public class LegacyCommunicationManager.ClientCache
extends java.lang.Object
implements java.io.Serializable

Helper class for terminal to keep track of data that client is expected to know. TODO make customlayout templates (from theme) to be cached here.

See Also:
Serialized Form

Constructor Summary
LegacyCommunicationManager.ClientCache()
          Deprecated.  
 
Method Summary
 boolean cache(java.lang.Object object)
          Deprecated.  
 void clear()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyCommunicationManager.ClientCache

public LegacyCommunicationManager.ClientCache()
Deprecated. 
Method Detail

cache

public boolean cache(java.lang.Object object)
Deprecated. 
Parameters:
paintable -
Returns:
true if the given class was added to cache

clear

public void clear()
Deprecated. 


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