org.apache.myfaces.lifecycle
Class LifecycleImpl
java.lang.Object
javax.faces.lifecycle.Lifecycle
org.apache.myfaces.lifecycle.LifecycleImpl
public class LifecycleImpl
- extends Lifecycle
Implements the lifecycle as described in Spec. 1.0 PFD Chapter 2
- Version:
- $Revision: 962713 $ $Date: 2010-07-09 17:35:36 -0500 (Fri, 09 Jul 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Nikolay Petrov
Field Summary |
static java.lang.String |
FIRST_REQUEST_PROCESSED_PARAM
Boolean.TRUE is stored under this key in the application map if
the first request has been processed. |
Constructor Summary |
LifecycleImpl()
Lazy cache for returning _phaseListenerList as an Array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_REQUEST_PROCESSED_PARAM
public static final java.lang.String FIRST_REQUEST_PROCESSED_PARAM
- Boolean.TRUE is stored under this key in the application map if
the first request has been processed.
- See Also:
- Constant Field Values
LifecycleImpl
public LifecycleImpl()
- Lazy cache for returning _phaseListenerList as an Array.
Replaced by _phaseListenerList CopyOnWriteArrayList
execute
public void execute(FacesContext facesContext)
throws FacesException
- Specified by:
execute
in class Lifecycle
- Throws:
FacesException
render
public void render(FacesContext facesContext)
throws FacesException
- Specified by:
render
in class Lifecycle
- Throws:
FacesException
addPhaseListener
public void addPhaseListener(PhaseListener phaseListener)
- Specified by:
addPhaseListener
in class Lifecycle
removePhaseListener
public void removePhaseListener(PhaseListener phaseListener)
- Specified by:
removePhaseListener
in class Lifecycle
getPhaseListeners
public PhaseListener[] getPhaseListeners()
- Specified by:
getPhaseListeners
in class Lifecycle
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.