Uses of Class
jakarta.faces.event.ScopeContext

Packages that use ScopeContext
Package
Description
 
  • Uses of ScopeContext in jakarta.faces.event

    Methods in jakarta.faces.event that return ScopeContext
    Modifier and Type
    Method
    Description
    PostConstructCustomScopeEvent.getContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the ScopeContext for this event.
    PreDestroyCustomScopeEvent.getContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the ScopeContext for this event.
    Constructors in jakarta.faces.event with parameters of type ScopeContext
    Modifier
    Constructor
    Description
     
    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 argument scopeContext was just created.
     
    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 argument scopeContext was just created.
     
    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 argument scopeContext is about to end.
     
    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 argument scopeContext is about to end.