| Package | Description | 
|---|---|
| javax.faces.event | 
| Modifier and Type | Method and Description | 
|---|---|
ScopeContext | 
PreDestroyCustomScopeEvent.getContext()
Return the   | 
ScopeContext | 
PostConstructCustomScopeEvent.getContext()
Return the   | 
| Constructor and Description | 
|---|
PostConstructCustomScopeEvent(FacesContext facesContext,
                             ScopeContext scopeContext)
An instance of this event indicates
 that the custom scope enclosed within the argument
   | 
PostConstructCustomScopeEvent(ScopeContext scopeContext)
An instance of this event indicates
 that the custom scope enclosed within the argument
   | 
PreDestroyCustomScopeEvent(FacesContext facesContext,
                          ScopeContext scopeContext)
An instance of this event indicates
 that the custom scope enclosed within the argument
   | 
PreDestroyCustomScopeEvent(ScopeContext scopeContext)
An instance of this event indicates
 that the custom scope enclosed within the argument
   | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.