javax.portlet.faces
Interface BridgePublicRenderParameterHandler


public interface BridgePublicRenderParameterHandler

This interface defines the contract for a Portlet 2.0 Public Render Parameter "handler" that enables JSF portlet developers to perform any processing that might be necessary after the bridge pushes public render parameter values into the model. Handlers are registered in the portlet.xml descriptor using an init-param with name "bridgePublicRenderParameterHandler" as defined in Bridge.BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER.

Author:
Neil Griffin

Method Summary
 void processUpdates(javax.faces.context.FacesContext facesContext)
          This method is called after the bridge has pushed public render parameter values into the model, which occurs after the RESTORE_VIEW phase of the JSF lifecycle.
 

Method Detail

processUpdates

void processUpdates(javax.faces.context.FacesContext facesContext)
This method is called after the bridge has pushed public render parameter values into the model, which occurs after the RESTORE_VIEW phase of the JSF lifecycle.

Parameters:
facesContext - The current FacesContext.


Copyright © 2014 Liferay, Inc.. All Rights Reserved.