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, toUripublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionprotected void encodeAfterStart(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionprotected void encodeBefore(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionprotected 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.RendererIOExceptionprotected void encodeBeforeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionprotected void encodeAfter(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.