org.apache.myfaces.tobago.ajax.api
Class AjaxPhaseListener

java.lang.Object
  extended by org.apache.myfaces.tobago.ajax.api.AjaxPhaseListener
All Implemented Interfaces:
Serializable, EventListener, PhaseListener

public class AjaxPhaseListener
extends Object
implements PhaseListener

!! adapted copy of sandbox org.apache.myfaces.custom.ajax.api.AjaxPhaseListener !!

Version:
$Revision: $ $Date: $

$Log: $

Author:
Martin Marinschek
See Also:
Serialized Form

Field Summary
static String AJAX_COMPONENT_ID
           
 
Constructor Summary
AjaxPhaseListener()
           
 
Method Summary
 void afterPhase(PhaseEvent event)
           
 void beforePhase(PhaseEvent event)
           
 PhaseId getPhaseId()
           
static Object getValueForComponent(FacesContext facesContext, UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AJAX_COMPONENT_ID

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

AjaxPhaseListener

public AjaxPhaseListener()
Method Detail

getValueForComponent

public static Object getValueForComponent(FacesContext facesContext,
                                          UIComponent component)

afterPhase

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

beforePhase

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

getPhaseId

public PhaseId getPhaseId()
Specified by:
getPhaseId in interface PhaseListener


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.