|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lifecycle | |
---|---|
javax.faces.context | Classes and interfaces defining per-request state information. |
javax.faces.event | Interfaces describing events and event listeners, and concrete event implementation classes. |
javax.faces.lifecycle | Classes and interfaces defining lifecycle management for the JavaServer Faces implementation. |
Uses of Lifecycle in javax.faces.context |
---|
Methods in javax.faces.context with parameters of type Lifecycle | |
---|---|
abstract FacesContext |
FacesContextFactory.getFacesContext(java.lang.Object context,
java.lang.Object request,
java.lang.Object response,
Lifecycle lifecycle)
Create (if needed) and return a FacesContext instance that is initialized
for the processing of the specified request and response objects,
utilizing the specified Lifecycle instance, for this web
application. |
abstract FacesContext |
FacesContextFactory.getFacesContext(java.lang.Object context,
java.lang.Object request,
java.lang.Object response,
Lifecycle lifecycle)
Create (if needed) and return a FacesContext instance that is initialized
for the processing of the specified request and response objects,
utilizing the specified Lifecycle instance, for this web
application. |
Uses of Lifecycle in javax.faces.event |
---|
Constructors in javax.faces.event with parameters of type Lifecycle | |
---|---|
PhaseEvent(FacesContext context,
PhaseId phaseId,
Lifecycle lifecycle)
Construct a new event object from the specified parameters. |
|
PhaseEvent(FacesContext context,
PhaseId phaseId,
Lifecycle lifecycle)
Construct a new event object from the specified parameters. |
Uses of Lifecycle in javax.faces.lifecycle |
---|
Methods in javax.faces.lifecycle that return Lifecycle | |
---|---|
abstract Lifecycle |
LifecycleFactory.getLifecycle(java.lang.String lifecycleId)
Create (if needed) and return a Lifecycle instance
for the specified lifecycle identifier. |
abstract Lifecycle |
LifecycleFactory.getLifecycle(java.lang.String lifecycleId)
Create (if needed) and return a Lifecycle instance
for the specified lifecycle identifier. |
Methods in javax.faces.lifecycle with parameters of type Lifecycle | |
---|---|
abstract void |
LifecycleFactory.addLifecycle(java.lang.String lifecycleId,
Lifecycle lifecycle)
Register a new Lifecycle instance, associated with
the specified lifecycleId , to be supported by this
LifecycleFactory . |
abstract void |
LifecycleFactory.addLifecycle(java.lang.String lifecycleId,
Lifecycle lifecycle)
Register a new Lifecycle instance, associated with
the specified lifecycleId , to be supported by this
LifecycleFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |