public class LifecycleImpl
extends javax.faces.lifecycle.Lifecycle
LifecycleImpl is the stock implementation of the standard Lifecycle in the JavaServer Faces RI.
Modifier and Type | Class and Description |
---|---|
private class |
LifecycleImpl.PostConstructApplicationListener |
Modifier and Type | Field and Description |
---|---|
private WebConfiguration |
config |
private boolean |
isClientWindowEnabled |
private java.util.List<javax.faces.event.PhaseListener> |
listeners |
private static java.util.logging.Logger |
LOGGER |
private Phase[] |
phases |
private Phase |
response |
Constructor and Description |
---|
LifecycleImpl() |
LifecycleImpl(javax.faces.context.FacesContext context) |
Modifier and Type | Method and Description |
---|---|
void |
addPhaseListener(javax.faces.event.PhaseListener listener) |
void |
attachWindow(javax.faces.context.FacesContext context) |
private javax.faces.lifecycle.ClientWindow |
createClientWindow(javax.faces.context.FacesContext context) |
void |
execute(javax.faces.context.FacesContext context) |
javax.faces.event.PhaseListener[] |
getPhaseListeners() |
private void |
postConstructApplicationInitialization() |
void |
removePhaseListener(javax.faces.event.PhaseListener listener) |
void |
render(javax.faces.context.FacesContext context) |
private static java.util.logging.Logger LOGGER
private Phase response
private Phase[] phases
private java.util.List<javax.faces.event.PhaseListener> listeners
private boolean isClientWindowEnabled
private WebConfiguration config
public LifecycleImpl()
public LifecycleImpl(javax.faces.context.FacesContext context)
private void postConstructApplicationInitialization()
public void attachWindow(javax.faces.context.FacesContext context)
attachWindow
in class javax.faces.lifecycle.Lifecycle
private javax.faces.lifecycle.ClientWindow createClientWindow(javax.faces.context.FacesContext context)
public void execute(javax.faces.context.FacesContext context) throws javax.faces.FacesException
execute
in class javax.faces.lifecycle.Lifecycle
javax.faces.FacesException
public void render(javax.faces.context.FacesContext context) throws javax.faces.FacesException
render
in class javax.faces.lifecycle.Lifecycle
javax.faces.FacesException
public void addPhaseListener(javax.faces.event.PhaseListener listener)
addPhaseListener
in class javax.faces.lifecycle.Lifecycle
public javax.faces.event.PhaseListener[] getPhaseListeners()
getPhaseListeners
in class javax.faces.lifecycle.Lifecycle
public void removePhaseListener(javax.faces.event.PhaseListener listener)
removePhaseListener
in class javax.faces.lifecycle.Lifecycle
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.