Package com.vaadin.server
Class LegacyCommunicationManager.ClientCache
- java.lang.Object
-
- com.vaadin.server.LegacyCommunicationManager.ClientCache
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LegacyCommunicationManager
@Deprecated public class LegacyCommunicationManager.ClientCache extends Object implements Serializable
Deprecated.As of 7.1. See #11410.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
Constructors Constructor Description ClientCache()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
cache(Object object)
Deprecated.void
clear()
Deprecated.boolean
isEmpty()
Deprecated.
-
-
-
Method Detail
-
cache
public boolean cache(Object object)
Deprecated.- Parameters:
paintable
-- Returns:
- true if the given class was added to cache
-
clear
public void clear()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
-