org.primefaces.renderkit
Class UINotificationRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.renderkit.UINotificationRenderer
Direct Known Subclasses:
GrowlRenderer, MessageRenderer, MessagesRenderer

public class UINotificationRenderer
extends CoreRenderer


Constructor Summary
UINotificationRenderer()
           
 
Method Summary
protected  String getSeverityName(javax.faces.application.FacesMessage message)
           
protected  boolean shouldRender(UINotification component, javax.faces.application.FacesMessage message, String severityName)
           
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UINotificationRenderer

public UINotificationRenderer()
Method Detail

shouldRender

protected boolean shouldRender(UINotification component,
                               javax.faces.application.FacesMessage message,
                               String severityName)

getSeverityName

protected String getSeverityName(javax.faces.application.FacesMessage message)


Copyright © 2012. All Rights Reserved.