org.apache.myfaces.tobago.ajax.api
Class AjaxPhaseListener
java.lang.Object
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 !!
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAX_COMPONENT_ID
public static final String AJAX_COMPONENT_ID
- See Also:
- Constant Field Values
CODE_SUCCESS
public static final String CODE_SUCCESS
- See Also:
- Constant Field Values
CODE_NOT_MODIFIED
public static final String CODE_NOT_MODIFIED
- See Also:
- Constant Field Values
CODE_RELOAD_REQUIRED
public static final String CODE_RELOAD_REQUIRED
- See Also:
- Constant Field Values
TOBAGO_AJAX_STATUS_CODE
public static final String TOBAGO_AJAX_STATUS_CODE
- See Also:
- Constant Field Values
AjaxPhaseListener
public AjaxPhaseListener()
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-2011 The Apache Software Foundation. All Rights Reserved.