public class HtmlLabelRenderer
extends org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
Constructor and Description |
---|
HtmlLabelRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeAfter(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeAfterStart(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeBefore(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeBeforeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected String |
getClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String forAttr) |
protected String |
getFor(javax.faces.component.UIComponent component) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
protected void encodeAfterStart(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent) throws IOException
IOException
protected void encodeBefore(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent) throws IOException
IOException
protected String getFor(javax.faces.component.UIComponent component)
protected String getClientId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String forAttr)
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeBeforeEnd(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent) throws IOException
IOException
protected void encodeAfter(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent uiComponent) throws IOException
IOException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.