Class HtmlLabelRenderer
- java.lang.Object
- 
- jakarta.faces.render.Renderer
- 
- org.apache.myfaces.renderkit.html.base.HtmlRenderer
- 
- org.apache.myfaces.renderkit.html.HtmlLabelRenderer
 
 
 
- 
 @JSFRenderer(renderKitId="HTML_BASIC", family="jakarta.faces.Output", type="jakarta.faces.Label") public class HtmlLabelRenderer extends HtmlRenderer- Version:
- $Revision$ $Date$
- Author:
- Thomas Spiegl (latest modification by $Author$), Anton Koinov, Martin Marinschek
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlLabelRenderer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(FacesContext context, UIComponent component)protected voidencodeAfter(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)protected voidencodeAfterStart(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)protected voidencodeBefore(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)protected voidencodeBeforeEnd(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent)voidencodeBegin(FacesContext facesContext, UIComponent uiComponent)voidencodeEnd(FacesContext facesContext, UIComponent uiComponent)protected StringgetClientId(FacesContext facesContext, UIComponent uiComponent, String forAttr)protected StringgetFor(UIComponent component)protected booleanisCommonEventsOptimizationEnabled(FacesContext facesContext)protected booleanisCommonPropertiesOptimizationEnabled(FacesContext facesContext)- 
Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderergetActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId
 - 
Methods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getConvertedValue, getRendersChildren
 
- 
 
- 
- 
- 
Method Detail- 
isCommonPropertiesOptimizationEnabledprotected boolean isCommonPropertiesOptimizationEnabled(FacesContext facesContext) - Overrides:
- isCommonPropertiesOptimizationEnabledin class- HtmlRenderer
 
 - 
isCommonEventsOptimizationEnabledprotected boolean isCommonEventsOptimizationEnabled(FacesContext facesContext) - Overrides:
- isCommonEventsOptimizationEnabledin class- HtmlRenderer
 
 - 
decodepublic void decode(FacesContext context, UIComponent component) 
 - 
encodeBeginpublic void encodeBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException - Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
 - 
encodeAfterStartprotected void encodeAfterStart(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
encodeBeforeprotected void encodeBefore(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
getForprotected String getFor(UIComponent component) 
 - 
getClientIdprotected String getClientId(FacesContext facesContext, UIComponent uiComponent, String forAttr) 
 - 
encodeEndpublic void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException - Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
 - 
encodeBeforeEndprotected void encodeBeforeEnd(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 - 
encodeAfterprotected void encodeAfter(FacesContext facesContext, ResponseWriter writer, UIComponent uiComponent) throws IOException - Throws:
- IOException
 
 
- 
 
-