javax.faces.event
Class ExceptionQueuedEventContext
java.lang.Object
javax.faces.event.ExceptionQueuedEventContext
- All Implemented Interfaces:
- SystemEventListenerHolder
public class ExceptionQueuedEventContext
- extends java.lang.Object
- implements SystemEventListenerHolder
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-14 16:58:24 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IN_AFTER_PHASE_KEY
public static final java.lang.String IN_AFTER_PHASE_KEY
IN_BEFORE_PHASE_KEY
public static final java.lang.String IN_BEFORE_PHASE_KEY
ExceptionQueuedEventContext
public ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown)
ExceptionQueuedEventContext
public ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown,
UIComponent component)
ExceptionQueuedEventContext
public ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown,
UIComponent component,
PhaseId phaseId)
getAttributes
public java.util.Map<java.lang.Object,java.lang.Object> getAttributes()
getComponent
public UIComponent getComponent()
getContext
public FacesContext getContext()
getException
public java.lang.Throwable getException()
getListenersForEventClass
public java.util.List<SystemEventListener> getListenersForEventClass(java.lang.Class<? extends SystemEvent> facesEventClass)
-
- Specified by:
getListenersForEventClass
in interface SystemEventListenerHolder
getPhaseId
public PhaseId getPhaseId()
inAfterPhase
public boolean inAfterPhase()
inBeforePhase
public boolean inBeforePhase()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.