Package jakarta.faces.lifecycle
-
Class Summary Class Description ClientWindow This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display aUIComponent
hierarchy rooted at aUIViewRoot
.ClientWindowFactory CreateClientWindow
instances based on the incoming request.ClientWindowWrapper Wrapper forClientWindow
Lifecycle Lifecycle manages the processing of the entire lifecycle of a particular Jakarta Faces request.LifecycleFactory LifecycleFactory is a factory object that creates (if needed) and returnsLifecycle
instances.LifecycleWrapper -
Annotation Types Summary Annotation Type Description ClientWindowScoped ClientWindowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the currentClientWindow
.