
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