| Package | Description |
|---|---|
| com.sun.faces.lifecycle | |
| jakarta.faces.component | |
| jakarta.faces.lifecycle |
| Modifier and Type | Class and Description |
|---|---|
class |
ELResolverInitPhaseListener
This class is used to register the Faces
ELResolver stack with the Jakarta Server Pages container. |
class |
HttpMethodRestrictionsPhaseListener |
| Modifier and Type | Method and Description |
|---|---|
PhaseListener[] |
LifecycleImpl.getPhaseListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleImpl.addPhaseListener(PhaseListener listener) |
void |
LifecycleImpl.removePhaseListener(PhaseListener listener) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected void |
Phase.handleAfterPhase(FacesContext context,
ListIterator<PhaseListener> listenersIterator,
PhaseEvent event)
Handle
afterPhase PhaseListener events. |
protected void |
Phase.handleBeforePhase(FacesContext context,
ListIterator<PhaseListener> listenersIterator,
PhaseEvent event)
Handle
beforePhase PhaseListener events. |
| Modifier and Type | Method and Description |
|---|---|
List<PhaseListener> |
UIViewRoot.getPhaseListeners()
Return an unmodifiable list of the |
| Modifier and Type | Method and Description |
|---|---|
void |
UIViewRoot.addPhaseListener(PhaseListener newPhaseListener)
|
void |
UIViewRoot.removePhaseListener(PhaseListener toRemove)
If the argument
toRemove is in the list of PhaseListeners for this instance, it must be removed. |
| Modifier and Type | Method and Description |
|---|---|
PhaseListener[] |
LifecycleWrapper.getPhaseListeners() |
abstract PhaseListener[] |
Lifecycle.getPhaseListeners()
Return the set of registered
PhaseListeners for this Lifecycle instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleWrapper.addPhaseListener(PhaseListener listener) |
abstract void |
Lifecycle.addPhaseListener(PhaseListener listener)
Register a new
PhaseListener instance that is interested in being notified before and after the processing
for standard phases of the request processing lifecycle. |
void |
LifecycleWrapper.removePhaseListener(PhaseListener listener) |
abstract void |
Lifecycle.removePhaseListener(PhaseListener listener)
Deregister an existing
PhaseListener instance that is no longer interested in being notified before and after
the processing for standard phases of the request processing lifecycle. |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.