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