javax.faces.lifecycle
Class LifecycleWrapper

java.lang.Object
  extended by javax.faces.lifecycle.Lifecycle
      extended by javax.faces.lifecycle.LifecycleWrapper
All Implemented Interfaces:
FacesWrapper<Lifecycle>

public abstract class LifecycleWrapper
extends Lifecycle
implements FacesWrapper<Lifecycle>

Author:
Leonardo Uribe

Constructor Summary
LifecycleWrapper()
           
 
Method Summary
 void addPhaseListener(PhaseListener listener)
           
 void attachWindow(FacesContext context)
           
 void execute(FacesContext context)
           
 PhaseListener[] getPhaseListeners()
           
abstract  Lifecycle getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 void removePhaseListener(PhaseListener listener)
           
 void render(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleWrapper

public LifecycleWrapper()
Method Detail

render

public void render(FacesContext context)
            throws FacesException
Specified by:
render in class Lifecycle
Throws:
FacesException

removePhaseListener

public void removePhaseListener(PhaseListener listener)
Specified by:
removePhaseListener in class Lifecycle

getPhaseListeners

public PhaseListener[] getPhaseListeners()
Specified by:
getPhaseListeners in class Lifecycle

execute

public void execute(FacesContext context)
             throws FacesException
Specified by:
execute in class Lifecycle
Throws:
FacesException

attachWindow

public void attachWindow(FacesContext context)
Overrides:
attachWindow in class Lifecycle

addPhaseListener

public void addPhaseListener(PhaseListener listener)
Specified by:
addPhaseListener in class Lifecycle

getWrapped

public abstract Lifecycle getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<Lifecycle>
Returns:
the instance of the class being wrapped


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.