Class ScopeContext
java.lang.Object
jakarta.faces.event.ScopeContext
Deprecated, for removal: This API element is subject to removal in a future version.
without replacement as this is nowhere used anymore since 4.0.
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) Deprecated, for removal: This API element is subject to removal in a future version.Construct this structure with the supplied arguments. -
Method Summary
Modifier and TypeMethodDescriptiongetScope()Deprecated, for removal: This API element is subject to removal in a future version.Return the scope itself, exposed as aMap.Deprecated, for removal: This API element is subject to removal in a future version.Return the name of this custom scope.
-
Constructor Details
-
ScopeContext
-
-
Method Details
-
getScopeName
Deprecated, for removal: This API element is subject to removal in a future version.Return the name of this custom scope.
- Returns:
- Return the name of this custom scope.
-
getScope
-