Package jakarta.faces.event
Class PostConstructCustomScopeEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.PostConstructCustomScopeEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="4.1",
forRemoval=true)
public class PostConstructCustomScopeEvent
extends SystemEvent
Deprecated, for removal: This API element is subject to removal in a future version.
A system event which is dispatched after the construction
of a custom scope
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPostConstructCustomScopeEvent
(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 Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class jakarta.faces.event.SystemEvent
getFacesContext, isAppropriateListener, processListener
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PostConstructCustomScopeEvent
Deprecated, for removal: This API element is subject to removal in a future version. -
PostConstructCustomScopeEvent
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 2.3
-
-
Method Details
-
getContext
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the source as scope context representation for this event
-