public class BridgePostConstructFacesContextSystemEvent extends BridgeSystemEvent
SystemEvent sent by the Bridge in its doFacesRequest() method after the bridge has
acquired the FacesContext but before it runs the Lifecyle. Gives listeners the ability to
do work at a point in which the entire request processing environment has been established but before actually
executing the request. One use allows ExternalContext implementations to be notified prior to use to do
any initializations that couldn't be done in its constructor because it lacked access to the
BridgeContext.source| Constructor and Description |
|---|
BridgePostConstructFacesContextSystemEvent(BridgeContext ctx) |
getContextgetSource, toStringpublic BridgePostConstructFacesContextSystemEvent(BridgeContext ctx)
Copyright © 2015 JBoss by Red Hat. All rights reserved.