org.jboss.jsr299.tck.tests.context.conversation
Class ConversationTestPhaseListener

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.context.conversation.ConversationTestPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class ConversationTestPhaseListener
extends Object
implements javax.faces.event.PhaseListener

See Also:
Serialized Form

Field Summary
static String ACTIVE_BEFORE_APPLY_REQUEST_VALUES_HEADER_NAME
           
 
Constructor Summary
ConversationTestPhaseListener()
           
 
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
 

Field Detail

ACTIVE_BEFORE_APPLY_REQUEST_VALUES_HEADER_NAME

public static final String ACTIVE_BEFORE_APPLY_REQUEST_VALUES_HEADER_NAME
See Also:
Constant Field Values
Constructor Detail

ConversationTestPhaseListener

public ConversationTestPhaseListener()
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 © 2008-2012 Seam Framework. All Rights Reserved.