Package jakarta.faces.event
Class PreDestroyCustomScopeEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.SystemEvent
- 
- jakarta.faces.event.PreDestroyCustomScopeEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PreDestroyCustomScopeEvent extends SystemEvent A system event which is dispathed prior to the destruction of a custom scope- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext source)PreDestroyCustomScopeEvent(ScopeContext source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeContextgetContext()- 
Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListener
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PreDestroyCustomScopeEventpublic PreDestroyCustomScopeEvent(ScopeContext source) 
 - 
PreDestroyCustomScopeEventpublic PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext source) - Since:
- 2.3
 
 
- 
 - 
Method Detail- 
getContextpublic ScopeContext getContext() - Returns:
- the source as scope context representation for this event
 
 
- 
 
-