Package jakarta.faces.event
Class PreDestroyCustomScopeEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.PreDestroyCustomScopeEvent
- All Implemented Interfaces:
- Serializable
@Deprecated(since="4.1",
            forRemoval=true)
public class PreDestroyCustomScopeEvent
extends SystemEvent
Deprecated, for removal: This API element is subject to removal in a future version.
A system event which is dispathed prior to the destruction of a custom scope
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext source) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListenerMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PreDestroyCustomScopeEventDeprecated, for removal: This API element is subject to removal in a future version.
- 
PreDestroyCustomScopeEventDeprecated, for removal: This API element is subject to removal in a future version.- Since:
- 2.3
 
 
- 
- 
Method Details- 
getContextDeprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the source as scope context representation for this event
 
 
-