org.apache.myfaces.renderkit.html

Class HtmlTextRendererBase

Known Direct Subclasses:
HtmlTextRenderer

public class HtmlTextRendererBase
extends HtmlRenderer

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Authors:
Thomas Spiegl (latest modification by $Author: grantsmith $)
Manfred Geiler

Method Summary

void
decode(FacesContext facesContext, UIComponent component)
void
encodeEnd(FacesContext facesContext, UIComponent component)
Object
getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue)
protected boolean
isDisabled(FacesContext facesContext, UIComponent component)
protected void
renderInput(FacesContext facesContext, UIComponent component)
protected static void
renderOutput(FacesContext facesContext, UIComponent component)
static void
renderOutputText(FacesContext facesContext, UIComponent component, String text, boolean escape)

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

encodeChildren

Method Details

decode

public void decode(FacesContext facesContext,
                   UIComponent component)

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
            throws IOException

getConvertedValue

public Object getConvertedValue(FacesContext facesContext,
                                UIComponent component,
                                Object submittedValue)
            throws ConverterException

isDisabled

protected boolean isDisabled(FacesContext facesContext,
                             UIComponent component)

renderInput

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

renderOutput

protected static void renderOutput(FacesContext facesContext,
                                   UIComponent component)
            throws IOException

renderOutputText

public static void renderOutputText(FacesContext facesContext,
                                    UIComponent component,
                                    String text,
                                    boolean escape)
            throws IOException