public class UIMessageHtmlRenderer
extends javax.faces.render.Renderer
UIMessage
components.
UIMessage
Constructor and Description |
---|
UIMessageHtmlRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Renders this component provided that the rendered property is true and
a message exists for the component identified by the "for" attribute.
|
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeBegin
in class javax.faces.render.Renderer
facesContext
- The FacesContext.uiComponent
- The UI Component.IOException
- When this exception occurs during rendering.Copyright © 2008–2018. All rights reserved.