Package jakarta.faces.event
Class PostConstructCustomScopeEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.SystemEvent
- 
- jakarta.faces.event.PostConstructCustomScopeEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PostConstructCustomScopeEvent extends SystemEvent A system event which is dispatched after the construction of a custom scope- Since:
- 2.0
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext source)PostConstructCustomScopeEvent(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- 
PostConstructCustomScopeEventpublic PostConstructCustomScopeEvent(ScopeContext source) 
 - 
PostConstructCustomScopeEventpublic PostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext source) - Since:
- 2.3
 
 
- 
 - 
Method Detail- 
getContextpublic ScopeContext getContext() - Returns:
- the source as scope context representation for this event
 
 
- 
 
-