Uses of Class
jakarta.faces.event.ScopeContext
-
Packages that use ScopeContext Package Description jakarta.faces.event -
-
Uses of ScopeContext in jakarta.faces.event
Methods in jakarta.faces.event that return ScopeContext Modifier and Type Method Description ScopeContext
PostConstructCustomScopeEvent. getContext()
Return theScopeContext
for this event.ScopeContext
PreDestroyCustomScopeEvent. getContext()
Return theScopeContext
for this event.Constructors in jakarta.faces.event with parameters of type ScopeContext Constructor Description PostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext)
An instance of this event indicates that the custom scope enclosed within the argumentscopeContext
was just created.PostConstructCustomScopeEvent(ScopeContext scopeContext)
An instance of this event indicates that the custom scope enclosed within the argumentscopeContext
was just created.PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext)
An instance of this event indicates that the custom scope enclosed within the argumentscopeContext
is about to end.PreDestroyCustomScopeEvent(ScopeContext scopeContext)
An instance of this event indicates that the custom scope enclosed within the argumentscopeContext
is about to end.
-