|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ExceptionQueuedEvent
public class ExceptionQueuedEvent
The system event facility will create an
instance of this class whenever Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object) is called with
ExceptionQueuedEvent.class as systemEventClass
argument. In this case, an instance of ExceptionQueuedEventContext
must be passed as the source argument. The specification
for publishEvent(), requires the instantiation of the
systemEventClass argument, passing the
source argument to the constructor.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext)
Instantiate a new
|
|
| Method Summary | |
|---|---|
ExceptionQueuedEventContext |
getContext()
Return the
|
| Methods inherited from class javax.faces.event.SystemEvent |
|---|
isAppropriateListener, processListener |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext)
Instantiate a new
ExceptionQueuedEvent that indicates the argument
ExceptionQueuedEventContext occurred.
eventContext - the ExceptionQueuedEventContext that
contextualizes this ExceptionQueuedEvent.| Method Detail |
|---|
public ExceptionQueuedEventContext getContext()
Return the
ExceptionQueuedEventContext for this event instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to
Generated on 10-February-2011 12:41