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 SummaryFields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(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, shouldRenderIdMethods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getConvertedValue, getRendersChildren
- 
Constructor Details- 
HtmlLabelRendererpublic HtmlLabelRenderer()
 
- 
- 
Method Details- 
isCommonPropertiesOptimizationEnabled- Overrides:
- isCommonPropertiesOptimizationEnabledin class- HtmlRenderer
 
- 
isCommonEventsOptimizationEnabled- Overrides:
- isCommonEventsOptimizationEnabledin class- HtmlRenderer
 
- 
decode
- 
encodeBegin- 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
 
- 
getFor
- 
getClientId
- 
encodeEnd- 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
 
 
-