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()Return theScopeContextfor this event.PreDestroyCustomScopeEvent.getContext()Return theScopeContextfor this event.Constructors in jakarta.faces.event with parameters of type ScopeContextModifierConstructorDescriptionPostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) An instance of this event indicates that the custom scope enclosed within the argumentscopeContextwas just created.PostConstructCustomScopeEvent(ScopeContext scopeContext) An instance of this event indicates that the custom scope enclosed within the argumentscopeContextwas just created.PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) An instance of this event indicates that the custom scope enclosed within the argumentscopeContextis about to end.PreDestroyCustomScopeEvent(ScopeContext scopeContext) An instance of this event indicates that the custom scope enclosed within the argumentscopeContextis about to end.