Package | Description |
---|---|
jakarta.faces.context | |
jakarta.faces.event | |
jakarta.faces.lifecycle |
Modifier and Type | Method and Description |
---|---|
abstract FacesContext |
FacesContextFactory.getFacesContext(Object context,
Object request,
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. |
Constructor and Description |
---|
PhaseEvent(FacesContext context,
PhaseId phaseId,
Lifecycle lifecycle)
Construct a new event object from the specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
LifecycleWrapper
|
Modifier and Type | Method and Description |
---|---|
abstract Lifecycle |
LifecycleFactory.getLifecycle(String lifecycleId)
Create (if needed) and return a
Lifecycle instance for the specified lifecycle identifier. |
Lifecycle |
LifecycleWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
abstract void |
LifecycleFactory.addLifecycle(String lifecycleId,
Lifecycle lifecycle)
Register a new
Lifecycle instance, associated with the specified lifecycleId , to be supported by
this LifecycleFactory . |
Constructor and Description |
---|
LifecycleWrapper(Lifecycle wrapped)
If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.