org.apache.myfaces.orchestra.lib.jsf
Class OrchestraInitializationPhaseListener

java.lang.Object
  extended by org.apache.myfaces.orchestra.lib.jsf.OrchestraInitializationPhaseListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener

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

Ensure that Orchestra is initialised for the current user.

At start of request processing, if this is a new http session then initialise Orchestra for this session.

See Also:
Serialized Form

Constructor Summary
OrchestraInitializationPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrchestraInitializationPhaseListener

public OrchestraInitializationPhaseListener()
Method Detail

afterPhase

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

beforePhase

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

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener


Copyright 2007 The Apache Software Foundation. All Rights Reserved.