Package com.vaadin.mpr
Class LegacyCurrentInstanceV7
- java.lang.Object
-
- com.vaadin.mpr.LegacyCurrentInstanceV7
-
- All Implemented Interfaces:
LegacyCurrentInstance
public class LegacyCurrentInstanceV7 extends Object implements LegacyCurrentInstance
Retrieves current Vaadin instances for Vaadin 7. Makes sure to retrieve all instances, not just inheritable ones.
-
-
Constructor Summary
Constructors Constructor Description LegacyCurrentInstanceV7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAll()Map<Class<?>,com.vaadin.util.CurrentInstance>getCurrentInstances()voidrestoreInstances(Map<Class<?>,com.vaadin.util.CurrentInstance> previousInstances)
-
-
-
Method Detail
-
getCurrentInstances
public Map<Class<?>,com.vaadin.util.CurrentInstance> getCurrentInstances()
- Specified by:
getCurrentInstancesin interfaceLegacyCurrentInstance
-
clearAll
public void clearAll()
- Specified by:
clearAllin interfaceLegacyCurrentInstance
-
restoreInstances
public void restoreInstances(Map<Class<?>,com.vaadin.util.CurrentInstance> previousInstances)
- Specified by:
restoreInstancesin interfaceLegacyCurrentInstance
-
-