org.apache.myfaces.custom.scope
Class AfterScopePhaseListener

java.lang.Object
  extended by org.apache.myfaces.custom.scope.AfterScopePhaseListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener

public class AfterScopePhaseListener
extends java.lang.Object
implements javax.faces.event.PhaseListener

phase listener class which does the needed scope cleanup operations

Version:
$Revision$ $Date$
Author:
Werner Punz werpu@gmx.at
See Also:
Serialized Form

Constructor Summary
AfterScopePhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent arg0)
          we have to tackle the scope cleanup at the latest stage possible thus we intercept it at the last phase at the after phase stage
 void beforePhase(javax.faces.event.PhaseEvent arg0)
           
 javax.faces.event.PhaseId getPhaseId()
          last phase possible, the render responce phase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterScopePhaseListener

public AfterScopePhaseListener()
Method Detail

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent arg0)
we have to tackle the scope cleanup at the latest stage possible thus we intercept it at the last phase at the after phase stage

Specified by:
afterPhase in interface javax.faces.event.PhaseListener

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent arg0)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
last phase possible, the render responce phase

Specified by:
getPhaseId in interface javax.faces.event.PhaseListener


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