| Class | Description |
|---|---|
| BridgeDestroyRequestSystemEvent |
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after finishing request
processing and just before it returns. |
| BridgeInitializeRequestSystemEvent |
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after acquiring the
BridgeContext (and before doing anything else). |
| BridgePostConfigureSystemEvent |
Faces
SystemEvent sent by the Bridge in its init() method after initializing itself. |
| BridgePostConstructFacesContextSystemEvent |
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after the bridge has
acquired the FacesContext but before it runs the Lifecyle. |
| BridgePreReleaseFacesContextSystemEvent |
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after executing the
request and before releasing the FacesContext. |
| BridgeSystemEvent |
Base bridge
SystemEvent class the provides access to the BridgeContext. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.