Lifecycle | Lifecycle manages the processing of the entire lifecycle of a particular JavaServer Faces request. |
code | html |
LifecycleFactory | LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances. |
code | html |
Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation. The main class in this package is
javax.faces.lifecycle.Lifecycle . Lifecycle
is the
gateway to executing the request processing lifecycle.