All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.portlet.faces.BridgePublicRenderParameterHandler Maven / Gradle / Ivy

/**
 * 
 */
package javax.portlet.faces;

import javax.faces.context.FacesContext;

/**
 * @author asmirnov
 *
 */
public interface BridgePublicRenderParameterHandler {
	
	  /**
	 * @param context
	 */
	public void processUpdates(FacesContext context);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy