Uses of Class
jakarta.faces.event.ScopeContext
Packages that use ScopeContext
-
Uses of ScopeContext in jakarta.faces.event
Methods in jakarta.faces.event that return ScopeContextModifier and TypeMethodDescriptionPostConstructCustomScopeEvent.getContext()Deprecated, for removal: This API element is subject to removal in a future version.Return theScopeContextfor this event.PreDestroyCustomScopeEvent.getContext()Deprecated, for removal: This API element is subject to removal in a future version.Return theScopeContextfor this event.Constructors in jakarta.faces.event with parameters of type ScopeContextModifierConstructorDescriptionPostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) Deprecated, for removal: This API element is subject to removal in a future version.An instance of this event indicates that the custom scope enclosed within the argumentscopeContextwas just created.PostConstructCustomScopeEvent(ScopeContext scopeContext) Deprecated, for removal: This API element is subject to removal in a future version.An instance of this event indicates that the custom scope enclosed within the argumentscopeContextwas just created.PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) Deprecated, for removal: This API element is subject to removal in a future version.An instance of this event indicates that the custom scope enclosed within the argumentscopeContextis about to end.PreDestroyCustomScopeEvent(ScopeContext scopeContext) Deprecated, for removal: This API element is subject to removal in a future version.An instance of this event indicates that the custom scope enclosed within the argumentscopeContextis about to end.