public class BridgeInitializeRequestSystemEvent extends BridgeSystemEvent
SystemEvent sent by the Bridge in its doFacesRequest() method after acquiring the
BridgeContext (and before doing anything else). Gives listeners the ability to do their own request
initialization and/or to augment the BridgeContext. For example a listener could get the request or
response from the BridgeContext, wrap it to add their own overrides, and then put back into the
BridgeContext. Such use would ensure the wrapped request or response is what is used throughout the
bridge's request processing.source| Constructor and Description |
|---|
BridgeInitializeRequestSystemEvent(BridgeContext ctx) |
getContextgetSource, toStringpublic BridgeInitializeRequestSystemEvent(BridgeContext ctx)
Copyright © 2015 JBoss by Red Hat. All rights reserved.