| Package | Description |
|---|---|
| org.jboss.portletbridge.bridge.event |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeDestroyRequestSystemEvent
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after finishing request
processing and just before it returns. |
class |
BridgeInitializeRequestSystemEvent
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after acquiring the
BridgeContext (and before doing anything else). |
class |
BridgePostConstructFacesContextSystemEvent
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after the bridge has
acquired the FacesContext but before it runs the Lifecyle. |
class |
BridgePreReleaseFacesContextSystemEvent
Faces
SystemEvent sent by the Bridge in its doFacesRequest() method after executing the
request and before releasing the FacesContext. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.