java.lang.Object
jakarta.faces.event.ScopeContext
A structure that contains the name of the scope and the scope itself exposed as a Map<String,
Object>
.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionScopeContext
(String scopeName, Map<String, Object> scope) Construct this structure with the supplied arguments. -
Method Summary