Uses of Class
javax.faces.event.ScopeContext
-
Packages that use ScopeContext Package Description javax.faces.event -
-
Uses of ScopeContext in javax.faces.event
Methods in javax.faces.event that return ScopeContext Modifier and Type Method Description ScopeContext
PostConstructCustomScopeEvent. getContext()
ScopeContext
PreDestroyCustomScopeEvent. getContext()
Constructors in javax.faces.event with parameters of type ScopeContext Constructor Description PostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext source)
PostConstructCustomScopeEvent(ScopeContext source)
PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext source)
PreDestroyCustomScopeEvent(ScopeContext source)
-