com.sun.rave.faces.lifecycle
Class LifeCycleAdapter

java.lang.Object
  extended by com.sun.rave.faces.lifecycle.LifeCycleAdapter
All Implemented Interfaces:
LifeCycleListener

public class LifeCycleAdapter
extends java.lang.Object
implements LifeCycleListener


Constructor Summary
LifeCycleAdapter()
           
 
Method Summary
 void postApplyRequestValues(LifeCycleEvent event)
           
 void postInvokeApplication(LifeCycleEvent event)
           
 void postProcessValidations(LifeCycleEvent event)
           
 void postRenderResponse(LifeCycleEvent event)
           
 void postRestoreView(LifeCycleEvent event)
           
 void postUpdateModelValues(LifeCycleEvent event)
           
 void preApplyRequestValues(LifeCycleEvent event)
           
 void preInvokeApplication(LifeCycleEvent event)
           
 void preProcessValidations(LifeCycleEvent event)
           
 void preRenderResponse(LifeCycleEvent event)
           
 void preRestoreView(LifeCycleEvent event)
           
 void preUpdateModelValues(LifeCycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleAdapter

public LifeCycleAdapter()
Method Detail

preRestoreView

public void preRestoreView(LifeCycleEvent event)
Specified by:
preRestoreView in interface LifeCycleListener

postRestoreView

public void postRestoreView(LifeCycleEvent event)
Specified by:
postRestoreView in interface LifeCycleListener

preApplyRequestValues

public void preApplyRequestValues(LifeCycleEvent event)
Specified by:
preApplyRequestValues in interface LifeCycleListener

postApplyRequestValues

public void postApplyRequestValues(LifeCycleEvent event)
Specified by:
postApplyRequestValues in interface LifeCycleListener

preProcessValidations

public void preProcessValidations(LifeCycleEvent event)
Specified by:
preProcessValidations in interface LifeCycleListener

postProcessValidations

public void postProcessValidations(LifeCycleEvent event)
Specified by:
postProcessValidations in interface LifeCycleListener

preUpdateModelValues

public void preUpdateModelValues(LifeCycleEvent event)
Specified by:
preUpdateModelValues in interface LifeCycleListener

postUpdateModelValues

public void postUpdateModelValues(LifeCycleEvent event)
Specified by:
postUpdateModelValues in interface LifeCycleListener

preInvokeApplication

public void preInvokeApplication(LifeCycleEvent event)
Specified by:
preInvokeApplication in interface LifeCycleListener

postInvokeApplication

public void postInvokeApplication(LifeCycleEvent event)
Specified by:
postInvokeApplication in interface LifeCycleListener

preRenderResponse

public void preRenderResponse(LifeCycleEvent event)
Specified by:
preRenderResponse in interface LifeCycleListener

postRenderResponse

public void postRenderResponse(LifeCycleEvent event)
Specified by:
postRenderResponse in interface LifeCycleListener