org.apache.myfaces.renderkit.html.ext

Class HtmlTextRenderer

Known Direct Subclasses:
HtmlTextHelpRenderer

public class HtmlTextRenderer
extends HtmlTextRendererBase

Version:
$Revision: 279369 $ $Date: 2005-09-07 18:16:26 +0200 (Wed, 07 Sep 2005) $
Author:
Manfred Geiler (latest modification by $Author: baranda $)

Method Summary

void
encodeEnd(FacesContext facesContext, UIComponent component)
protected boolean
isDisabled(FacesContext facesContext, UIComponent uiComponent)
protected void
renderInputValueOnly(FacesContext facesContext, UIComponent component)
protected void
renderNormal(FacesContext facesContext, UIComponent component)

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlTextRendererBase

decode, encodeEnd, getConvertedValue, isDisabled, renderInput, renderOutput, renderOutputText

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Method Details

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
            throws IOException
Overrides:
encodeEnd in interface HtmlTextRendererBase

isDisabled

protected boolean isDisabled(FacesContext facesContext,
                             UIComponent uiComponent)
Overrides:
isDisabled in interface HtmlTextRendererBase

renderInputValueOnly

protected void renderInputValueOnly(FacesContext facesContext,
                                    UIComponent component)
            throws IOException

renderNormal

protected void renderNormal(FacesContext facesContext,
                            UIComponent component)
            throws IOException