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: 1461361 $ $Date: 2013-03-26 22:54:30 +0000 (Tue, 26 Mar 2013) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Nikolay Petrov
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 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()
attachWindow
public void attachWindow(FacesContext facesContext)
- Overrides:
attachWindow
in class Lifecycle
getClientWindowFactory
protected ClientWindowFactory getClientWindowFactory()
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 © 2014 The Apache Software Foundation. All rights reserved.