public class LegacyCurrentInstanceV7 extends Object implements LegacyCurrentInstance
| Constructor and Description |
|---|
LegacyCurrentInstanceV7() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll() |
Map<Class<?>,com.vaadin.util.CurrentInstance> |
getCurrentInstances() |
void |
restoreInstances(Map<Class<?>,com.vaadin.util.CurrentInstance> previousInstances) |
public Map<Class<?>,com.vaadin.util.CurrentInstance> getCurrentInstances()
getCurrentInstances in interface LegacyCurrentInstancepublic void clearAll()
clearAll in interface LegacyCurrentInstancepublic void restoreInstances(Map<Class<?>,com.vaadin.util.CurrentInstance> previousInstances)
restoreInstances in interface LegacyCurrentInstanceCopyright © 2018–2020 Vaadin Ltd. All rights reserved.