org.apache.myfaces.lifecycle
Class LifecycleImpl

java.lang.Object
  extended by javax.faces.lifecycle.Lifecycle
      extended by 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 17:54:30 -0500 (Tue, 26 Mar 2013) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Nikolay Petrov

Field Summary
static 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()
           
 
Method Summary
 void addPhaseListener(PhaseListener phaseListener)
           
 void attachWindow(FacesContext facesContext)
           
 void execute(FacesContext facesContext)
           
protected  ClientWindowFactory getClientWindowFactory()
           
 PhaseListener[] getPhaseListeners()
           
 void removePhaseListener(PhaseListener phaseListener)
           
 void render(FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LifecycleImpl

public LifecycleImpl()
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.