Package javax.faces.lifecycle

Classes and interfaces defining lifecycle management for the JavaServer Faces implementation.

See:
          Description

Interface Summary
ViewHandler ViewHandler is an interface defining a mechanism by which the Render Response phase of the request processing lifecycle can use a pluggable mechanism to support different response generation technologies.
 

Class Summary
Lifecycle Lifecycle manages the processing of the entire lifecycle of a particular JavaServer Faces request.
LifecycleFactory LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
 

Package javax.faces.lifecycle Description

Classes and interfaces defining lifecycle management for the JavaServer Faces implementation.