Home » Mojarra-2.0.1 » javax » faces » lifecycle »

javax.faces.lifecycle

Abstract Classes:

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