Interface ComponentHelper.VariablesScope
- All Superinterfaces:
AutoCloseable
- Enclosing class:
ComponentHelper
Represents scoped EL variables. When closed, the original values of the variables are restored.
- Since:
- 8.5.3
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Restores the previous mapping of the variable.Gets the previous values of the variables before they were overridden by this scope.
-
Method Details
-
close
void close()Restores the previous mapping of the variable.- Specified by:
closein interfaceAutoCloseable
-
getPreviousValues
-