Package javax.faces.lifecycle
package javax.faces.lifecycle
Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation. The main class in this package is
Lifecycle. Lifecycle is the
gateway to executing the request processing lifecycle.
-
ClassesClassDescriptionThis class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display a
UIComponenthierarchy rooted at aUIViewRoot.CreateClientWindowinstances based on the incoming request.Wrapper forClientWindowLifecycle manages the processing of the entire lifecycle of a particular JavaServer Faces request.LifecycleFactory is a factory object that creates (if needed) and returnsLifecycleinstances.