| Package | Description |
|---|---|
| com.sun.faces.context | |
| com.sun.faces.lifecycle | |
| javax.faces.context | |
| javax.faces.event | |
| javax.faces.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
FacesContext |
FacesContextFactoryImpl.getFacesContext(Object sc,
Object request,
Object response,
Lifecycle lifecycle) |
FacesContext |
InjectionFacesContextFactory.getFacesContext(Object context,
Object request,
Object response,
Lifecycle lifecycle) |
| Constructor and Description |
|---|
FacesContextImpl(ExternalContext ec,
Lifecycle lifecycle) |
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleImpl
LifecycleImpl is the stock implementation of the standard
Lifecycle in the JavaServer Faces RI.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,Lifecycle> |
LifecycleFactoryImpl.lifecycleMap |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
LifecycleFactoryImpl.getLifecycle(String lifecycleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleFactoryImpl.addLifecycle(String lifecycleId,
Lifecycle lifecycle) |
void |
RestoreViewPhase.doPhase(FacesContext context,
Lifecycle lifecycle,
ListIterator<PhaseListener> listeners) |
void |
Phase.doPhase(FacesContext context,
Lifecycle lifecycle,
ListIterator<PhaseListener> listeners)
Performs PhaseListener processing and invokes the execute method
of the Phase.
|
| 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 © 1997–2019 Eclipse Foundation. All rights reserved.