public interface BridgePublicRenderParameterHandler
BridgePublicRenderParameterHandler interface defines the class the bridge relies on to post process
portlet public render parameters. The handler provides the portlet a means for resynching application state following
any model updates that resulted from the bridge pushing changed public render parameter values based on declarative
mappings. After the bridge pushes such values the bridge calls the handler if it has been configured during bridge
init(). Though the FacesContext has been acquired before the portlet is called to process these updates,
the Lifecycle has not been acquired or run. Because of this is is no current active view. Unlike events, one can't
navigate based on a public render parameter change.| Modifier and Type | Method and Description |
|---|---|
void |
processUpdates(javax.faces.context.FacesContext context)
Called by the bridge after pushing incoming public render parameter values into mapped managed beans.
|
void processUpdates(javax.faces.context.FacesContext context)
context - current FacesContext. A Lifecycle has been acquired and the current view restored.Copyright © 2015 JBoss by Red Hat. All rights reserved.